Html Css Color HEX #CC59FA Heliotrope

📋 copy color: '#CC59FA'

red 204 ◦ green 89 ◦ blue 250

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

Shades of Heliotrope #CC59FA

Tints of Heliotrope #CC59FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.04%

R = 37.57%
G = 16.39%
B = 46.04%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC59FA (or 0xCC59FA) is known color: Heliotrope. HEX triplet: CC, 59 and FA. RGB value is (204,89,250). Sum of RGB (Red+Green+Blue) = 204+89+250=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 89 (35.16% from 255 or 16.39% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC59FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC59FA is #33A605. Grayscale: #8D8D8D. Windows color (decimal): -3384838 or 16406988. OLE color: 16406988.

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

Color convert

RGB 204 89 250 -
CMYK 0.18 0.64 0 0.02
HSL 282.86º 0.94% 0.66% -
HSV(B) 282.86º 0.64% 0.98% -
XYZ 45.73 26.88 93.22 -
YUV 141.74 189.1 172.41 -
System Red Green Blue C M Y K H S L
Decimal 204 89 250 0.18 0.64 0 0.02 282.86 0.94 0.66
Hex CC 59 FA 12 40 0 2 11B 5E 42
Octal 314 131 372 22 100 0 2 433 136 102
Binary 11001100 1011001 11111010 10010 1000000 0 10 100011011 1011110 1000010

Color Harmonies of #CC59FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC59FA

Black with #CC59FA

Text Example


Text Example

White with #CC59FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC59FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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