Html Css Color HEX #CC64F9 Heliotrope

📋 copy color: '#CC64F9'

red 204 ◦ green 100 ◦ blue 249

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

Shades of Heliotrope #CC64F9

Tints of Heliotrope #CC64F9

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.08%

 BLUE value IS 249 (97.66% from 255) = 45.03%

R = 36.89%
G = 18.08%
B = 45.03%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC64F9 (or 0xCC64F9) is known color: Heliotrope. HEX triplet: CC, 64 and F9. RGB value is (204,100,249). Sum of RGB (Red+Green+Blue) = 204+100+249=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 100 (39.45% from 255 or 18.08% from 553); Blue value is 249 (97.66% from 255 or 45.03% from 553); Max value from RGB is 249 - color contains mainly: blue. Hex color #CC64F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC64F9 is #339B06. Grayscale: #939393. Windows color (decimal): -3382023 or 16344268. OLE color: 16344268.

HSL color Cylindrical-coordinate representation of color #CC64F9: hue angle of 281.88º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC64F9 is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 100 249 -
CMYK 0.18 0.60 0 0.02
HSL 281.88º 0.93% 0.68% -
HSV(B) 281.88º 0.6% 0.98% -
XYZ 46.56 28.79 92.73 -
YUV 148.08 184.96 167.88 -
System Red Green Blue C M Y K H S L
Decimal 204 100 249 0.18 0.60 0 0.02 281.88 0.93 0.68
Hex CC 64 F9 12 3C 0 2 11A 5D 44
Octal 314 144 371 22 74 0 2 432 135 104
Binary 11001100 1100100 11111001 10010 111100 0 10 100011010 1011101 1000100

Color Harmonies of #CC64F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC64F9

Black with #CC64F9

Text Example


Text Example

White with #CC64F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC64F9; }

 p { color: rgb(204,100,249); }

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

background-color css

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

 a { background-color: rgb(204,100,249); }

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

border-color css

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

 span { border-color: rgb(204,100,249); }

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