Html Css Color HEX #C966FB Heliotrope

📋 copy color: '#C966FB'

red 201 ◦ green 102 ◦ blue 251

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

Shades of Heliotrope #C966FB

Tints of Heliotrope #C966FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.31%

R = 36.28%
G = 18.41%
B = 45.31%

CMYK

 C value IS 0.20

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C966FB (or 0xC966FB) is known color: Heliotrope. HEX triplet: C9, 66 and FB. RGB value is (201,102,251). Sum of RGB (Red+Green+Blue) = 201+102+251=554 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.28% from 554); Green value is 102 (40.23% from 255 or 18.41% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 251 - color contains mainly: blue. Hex color #C966FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C966FB is #369904. Grayscale: #949494. Windows color (decimal): -3578117 or 16475849. OLE color: 16475849.

HSL color Cylindrical-coordinate representation of color #C966FB: hue angle of 279.87º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C966FB is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 102 251 -
CMYK 0.20 0.59 0 0.02
HSL 279.87º 0.95% 0.69% -
HSV(B) 279.87º 0.59% 0.98% -
XYZ 46.25 28.89 94.4 -
YUV 148.59 185.8 165.38 -
System Red Green Blue C M Y K H S L
Decimal 201 102 251 0.20 0.59 0 0.02 279.87 0.95 0.69
Hex C9 66 FB 14 3B 0 2 118 5F 45
Octal 311 146 373 24 73 0 2 430 137 105
Binary 11001001 1100110 11111011 10100 111011 0 10 100011000 1011111 1000101

Color Harmonies of #C966FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C966FB

Black with #C966FB

Text Example


Text Example

White with #C966FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C966FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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