Html Css Color HEX #CC59FE Heliotrope

📋 copy color: '#CC59FE'

red 204 ◦ green 89 ◦ blue 254

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

Shades of Heliotrope #CC59FE

Tints of Heliotrope #CC59FE

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.27%

 BLUE value IS 254 (99.61% from 255) = 46.44%

R = 37.29%
G = 16.27%
B = 46.44%

CMYK

 C value IS 0.20

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC59FE (or 0xCC59FE) is known color: Heliotrope. HEX triplet: CC, 59 and FE. RGB value is (204,89,254). Sum of RGB (Red+Green+Blue) = 204+89+254=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 89 (35.16% from 255 or 16.27% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC59FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC59FE is #33A601. Grayscale: #8D8D8D. Windows color (decimal): -3384834 or 16669132. OLE color: 16669132.

HSL color Cylindrical-coordinate representation of color #CC59FE: hue angle of 281.82º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC59FE is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 89 254 -
CMYK 0.20 0.65 0 0.00
HSL 281.82º 0.99% 0.67% -
HSV(B) 281.82º 0.65% 1% -
XYZ 46.36 27.14 96.56 -
YUV 142.2 191.1 172.08 -
System Red Green Blue C M Y K H S L
Decimal 204 89 254 0.20 0.65 0 0.00 281.82 0.99 0.67
Hex CC 59 FE 14 41 0 0 11A 63 43
Octal 314 131 376 24 101 0 0 432 143 103
Binary 11001100 1011001 11111110 10100 1000001 0 0 100011010 1100011 1000011

Color Harmonies of #CC59FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC59FE

Black with #CC59FE

Text Example


Text Example

White with #CC59FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC59FE; }

 p { color: rgb(204,89,254); }

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

background-color css

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

 a { background-color: rgb(204,89,254); }

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

border-color css

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

 span { border-color: rgb(204,89,254); }

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