Html Css Color HEX #C966FE Heliotrope

📋 copy color: '#C966FE'

red 201 ◦ green 102 ◦ blue 254

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

Shades of Heliotrope #C966FE

Tints of Heliotrope #C966FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.6%

R = 36.09%
G = 18.31%
B = 45.6%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C966FE (or 0xC966FE) is known color: Heliotrope. HEX triplet: C9, 66 and FE. RGB value is (201,102,254). Sum of RGB (Red+Green+Blue) = 201+102+254=557 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.09% from 557); Green value is 102 (40.23% from 255 or 18.31% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #C966FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C966FE is #369901. Grayscale: #949494. Windows color (decimal): -3578114 or 16672457. OLE color: 16672457.

HSL color Cylindrical-coordinate representation of color #C966FE: hue angle of 279.08º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C966FE is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 201 102 254 -
CMYK 0.21 0.60 0 0.00
HSL 279.08º 0.99% 0.7% -
HSV(B) 279.08º 0.6% 1% -
XYZ 46.73 29.08 96.92 -
YUV 148.93 187.3 165.14 -
System Red Green Blue C M Y K H S L
Decimal 201 102 254 0.21 0.60 0 0.00 279.08 0.99 0.7
Hex C9 66 FE 15 3C 0 0 117 63 46
Octal 311 146 376 25 74 0 0 427 143 106
Binary 11001001 1100110 11111110 10101 111100 0 0 100010111 1100011 1000110

Color Harmonies of #C966FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C966FE

Black with #C966FE

Text Example


Text Example

White with #C966FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C966FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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