Html Css Color HEX #CC59F8 Heliotrope

📋 copy color: '#CC59F8'

red 204 ◦ green 89 ◦ blue 248

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

Shades of Heliotrope #CC59F8

Tints of Heliotrope #CC59F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 45.84%

R = 37.71%
G = 16.45%
B = 45.84%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CC59F8 (or 0xCC59F8) is known color: Heliotrope. HEX triplet: CC, 59 and F8. RGB value is (204,89,248). Sum of RGB (Red+Green+Blue) = 204+89+248=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 89 (35.16% from 255 or 16.45% from 541); Blue value is 248 (97.27% from 255 or 45.84% from 541); Max value from RGB is 248 - color contains mainly: blue. Hex color #CC59F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC59F8 is #33A607. Grayscale: #8C8C8C. Windows color (decimal): -3384840 or 16275916. OLE color: 16275916.

HSL color Cylindrical-coordinate representation of color #CC59F8: hue angle of 283.4º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC59F8 is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 89 248 -
CMYK 0.18 0.64 0 0.03
HSL 283.4º 0.92% 0.66% -
HSV(B) 283.4º 0.64% 0.97% -
XYZ 45.42 26.76 91.58 -
YUV 141.51 188.1 172.57 -
System Red Green Blue C M Y K H S L
Decimal 204 89 248 0.18 0.64 0 0.03 283.4 0.92 0.66
Hex CC 59 F8 12 40 0 3 11B 5C 42
Octal 314 131 370 22 100 0 3 433 134 102
Binary 11001100 1011001 11111000 10010 1000000 0 11 100011011 1011100 1000010

Color Harmonies of #CC59F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC59F8

Black with #CC59F8

Text Example


Text Example

White with #CC59F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC59F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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