Html Css Color HEX #CC64FD Heliotrope

📋 copy color: '#CC64FD'

red 204 ◦ green 100 ◦ blue 253

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

Shades of Heliotrope #CC64FD

Tints of Heliotrope #CC64FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.42%

R = 36.62%
G = 17.95%
B = 45.42%

CMYK

 C value IS 0.19

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC64FD (or 0xCC64FD) is known color: Heliotrope. HEX triplet: CC, 64 and FD. RGB value is (204,100,253). Sum of RGB (Red+Green+Blue) = 204+100+253=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 100 (39.45% from 255 or 17.95% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC64FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC64FD is #339B02. Grayscale: #949494. Windows color (decimal): -3382019 or 16606412. OLE color: 16606412.

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

Color convert

RGB 204 100 253 -
CMYK 0.19 0.60 0 0.01
HSL 280.78º 0.97% 0.69% -
HSV(B) 280.78º 0.6% 0.99% -
XYZ 47.19 29.04 96.05 -
YUV 148.54 186.96 167.56 -
System Red Green Blue C M Y K H S L
Decimal 204 100 253 0.19 0.60 0 0.01 280.78 0.97 0.69
Hex CC 64 FD 13 3C 0 1 119 61 45
Octal 314 144 375 23 74 0 1 431 141 105
Binary 11001100 1100100 11111101 10011 111100 0 1 100011001 1100001 1000101

Color Harmonies of #CC64FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC64FD

Black with #CC64FD

Text Example


Text Example

White with #CC64FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC64FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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