Html Css Color HEX #C966F0 Heliotrope

📋 copy color: '#C966F0'

red 201 ◦ green 102 ◦ blue 240

#C966F0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #C966F0

Tints of Heliotrope #C966F0

RGB

 RED value IS 201 (78.91% from 255) = 37.02%

 GREEN value IS 102 (40.23% from 255) = 18.78%

 BLUE value IS 240 (94.14% from 255) = 44.2%

R = 37.02%
G = 18.78%
B = 44.2%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C966F0 (or 0xC966F0) is known color: Heliotrope. HEX triplet: C9, 66 and F0. RGB value is (201,102,240). Sum of RGB (Red+Green+Blue) = 201+102+240=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 102 (40.23% from 255 or 18.78% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 240 - color contains mainly: blue. Hex color #C966F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C966F0 is #36990F. Grayscale: #929292. Windows color (decimal): -3578128 or 15754953. OLE color: 15754953.

HSL color Cylindrical-coordinate representation of color #C966F0: hue angle of 283.04º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C966F0 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 102 240 -
CMYK 0.16 0.58 0 0.06
HSL 283.04º 0.82% 0.67% -
HSV(B) 283.04º 0.58% 0.94% -
XYZ 44.57 28.21 85.53 -
YUV 147.33 180.3 166.28 -
System Red Green Blue C M Y K H S L
Decimal 201 102 240 0.16 0.58 0 0.06 283.04 0.82 0.67
Hex C9 66 F0 10 3A 0 6 11B 52 43
Octal 311 146 360 20 72 0 6 433 122 103
Binary 11001001 1100110 11110000 10000 111010 0 110 100011011 1010010 1000011

Color Harmonies of #C966F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C966F0

Black with #C966F0

Text Example


Text Example

White with #C966F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C966F0; }

 p { color: rgb(201,102,240); }

 H1.HeaderClassName
 {
   color: #C966F0;
 }
 .AnyTagClassName
 {
   color: #C966F0;
 }
</style>

background-color css

<style>
 a { background-color: #C966F0; }

 a { background-color: rgb(201,102,240); }

 div.DivClassName
 {
   background-color: #C966F0;
 }
 .BgClassName
 {
   background-color: #C966F0;
 }
</style>

border-color css

<style>
 span { border-color: #C966F0; }

 span { border-color: rgb(201,102,240); }

 td.TdClassName
 {
   border-color: #C966F0;
 }
 .TagClassName
 {
   border-color: #C966F0;
 }
</style>