Html Css Color HEX #C057FC Heliotrope

📋 copy color: '#C057FC'

red 192 ◦ green 87 ◦ blue 252

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

Shades of Heliotrope #C057FC

Tints of Heliotrope #C057FC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.38%

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

R = 36.16%
G = 16.38%
B = 47.46%

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

#C057FC (or 0xC057FC) is known color: Heliotrope. HEX triplet: C0, 57 and FC. RGB value is (192,87,252). Sum of RGB (Red+Green+Blue) = 192+87+252=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 87 (34.38% from 255 or 16.38% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #C057FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C057FC is #3FA803. Grayscale: #888888. Windows color (decimal): -4171780 or 16537536. OLE color: 16537536.

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

Color convert

RGB 192 87 252 -
CMYK 0.24 0.65 0 0.01
HSL 278.18º 0.96% 0.66% -
HSV(B) 278.18º 0.65% 0.99% -
XYZ 42.72 25.05 94.68 -
YUV 137.21 192.79 167.08 -
System Red Green Blue C M Y K H S L
Decimal 192 87 252 0.24 0.65 0 0.01 278.18 0.96 0.66
Hex C0 57 FC 18 41 0 1 116 60 42
Octal 300 127 374 30 101 0 1 426 140 102
Binary 11000000 1010111 11111100 11000 1000001 0 1 100010110 1100000 1000010

Color Harmonies of #C057FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C057FC

Black with #C057FC

Text Example


Text Example

White with #C057FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C057FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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