Html Css Color HEX #C059FC Heliotrope

📋 copy color: '#C059FC'

red 192 ◦ green 89 ◦ blue 252

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

Shades of Heliotrope #C059FC

Tints of Heliotrope #C059FC

RGB

 RED value IS 192 (75.39% from 255) = 36.02%

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

 BLUE value IS 252 (98.83% from 255) = 47.28%

R = 36.02%
G = 16.7%
B = 47.28%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C059FC (or 0xC059FC) is known color: Heliotrope. HEX triplet: C0, 59 and FC. RGB value is (192,89,252). Sum of RGB (Red+Green+Blue) = 192+89+252=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 89 (35.16% from 255 or 16.70% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #C059FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C059FC is #3FA603. Grayscale: #898989. Windows color (decimal): -4171268 or 16538048. OLE color: 16538048.

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

Color convert

RGB 192 89 252 -
CMYK 0.24 0.65 0 0.01
HSL 277.91º 0.96% 0.67% -
HSV(B) 277.91º 0.65% 0.99% -
XYZ 42.88 25.38 94.73 -
YUV 138.38 192.12 166.25 -
System Red Green Blue C M Y K H S L
Decimal 192 89 252 0.24 0.65 0 0.01 277.91 0.96 0.67
Hex C0 59 FC 18 41 0 1 116 60 43
Octal 300 131 374 30 101 0 1 426 140 103
Binary 11000000 1011001 11111100 11000 1000001 0 1 100010110 1100000 1000011

Color Harmonies of #C059FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C059FC

Black with #C059FC

Text Example


Text Example

White with #C059FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C059FC; }

 p { color: rgb(192,89,252); }

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

background-color css

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

 a { background-color: rgb(192,89,252); }

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

border-color css

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

 span { border-color: rgb(192,89,252); }

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