Html Css Color HEX #CC64FB Heliotrope

📋 copy color: '#CC64FB'

red 204 ◦ green 100 ◦ blue 251

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

Shades of Heliotrope #CC64FB

Tints of Heliotrope #CC64FB

RGB

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

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

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

R = 36.76%
G = 18.02%
B = 45.23%

CMYK

 C value IS 0.19

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC64FB (or 0xCC64FB) is known color: Heliotrope. HEX triplet: CC, 64 and FB. RGB value is (204,100,251). Sum of RGB (Red+Green+Blue) = 204+100+251=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 100 (39.45% from 255 or 18.02% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC64FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC64FB is #339B04. Grayscale: #939393. Windows color (decimal): -3382021 or 16475340. OLE color: 16475340.

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

Color convert

RGB 204 100 251 -
CMYK 0.19 0.60 0 0.02
HSL 281.32º 0.95% 0.69% -
HSV(B) 281.32º 0.6% 0.98% -
XYZ 46.87 28.92 94.38 -
YUV 148.31 185.96 167.72 -
System Red Green Blue C M Y K H S L
Decimal 204 100 251 0.19 0.60 0 0.02 281.32 0.95 0.69
Hex CC 64 FB 13 3C 0 2 119 5F 45
Octal 314 144 373 23 74 0 2 431 137 105
Binary 11001100 1100100 11111011 10011 111100 0 10 100011001 1011111 1000101

Color Harmonies of #CC64FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC64FB

Black with #CC64FB

Text Example


Text Example

White with #CC64FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC64FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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