Html Css Color HEX #CC66FA Heliotrope

📋 copy color: '#CC66FA'

red 204 ◦ green 102 ◦ blue 250

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

Shades of Heliotrope #CC66FA

Tints of Heliotrope #CC66FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.96%

R = 36.69%
G = 18.35%
B = 44.96%

CMYK

 C value IS 0.18

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC66FA (or 0xCC66FA) is known color: Heliotrope. HEX triplet: CC, 66 and FA. RGB value is (204,102,250). Sum of RGB (Red+Green+Blue) = 204+102+250=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 102 (40.23% from 255 or 18.35% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC66FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC66FA is #339905. Grayscale: #949494. Windows color (decimal): -3381510 or 16410316. OLE color: 16410316.

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

Color convert

RGB 204 102 250 -
CMYK 0.18 0.59 0 0.02
HSL 281.35º 0.94% 0.69% -
HSV(B) 281.35º 0.59% 0.98% -
XYZ 46.91 29.24 93.61 -
YUV 149.37 184.79 166.97 -
System Red Green Blue C M Y K H S L
Decimal 204 102 250 0.18 0.59 0 0.02 281.35 0.94 0.69
Hex CC 66 FA 12 3B 0 2 119 5E 45
Octal 314 146 372 22 73 0 2 431 136 105
Binary 11001100 1100110 11111010 10010 111011 0 10 100011001 1011110 1000101

Color Harmonies of #CC66FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC66FA

Black with #CC66FA

Text Example


Text Example

White with #CC66FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC66FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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