Html Css Color HEX #CC66FB Heliotrope

📋 copy color: '#CC66FB'

red 204 ◦ green 102 ◦ blue 251

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

Shades of Heliotrope #CC66FB

Tints of Heliotrope #CC66FB

RGB

 RED value IS 204 (80.08% from 255) = 36.62%

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

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

R = 36.62%
G = 18.31%
B = 45.06%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC66FB (or 0xCC66FB) is known color: Heliotrope. HEX triplet: CC, 66 and FB. RGB value is (204,102,251). Sum of RGB (Red+Green+Blue) = 204+102+251=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 102 (40.23% from 255 or 18.31% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC66FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC66FB is #339904. Grayscale: #949494. Windows color (decimal): -3381509 or 16475852. OLE color: 16475852.

HSL color Cylindrical-coordinate representation of color #CC66FB: hue angle of 281.07º 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 #CC66FB is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 102 251 -
CMYK 0.19 0.59 0 0.02
HSL 281.07º 0.95% 0.69% -
HSV(B) 281.07º 0.59% 0.98% -
XYZ 47.07 29.31 94.44 -
YUV 149.48 185.29 166.88 -
System Red Green Blue C M Y K H S L
Decimal 204 102 251 0.19 0.59 0 0.02 281.07 0.95 0.69
Hex CC 66 FB 13 3B 0 2 119 5F 45
Octal 314 146 373 23 73 0 2 431 137 105
Binary 11001100 1100110 11111011 10011 111011 0 10 100011001 1011111 1000101

Color Harmonies of #CC66FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC66FB

Black with #CC66FB

Text Example


Text Example

White with #CC66FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC66FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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