Html Css Color HEX #C570EF Heliotrope

📋 copy color: '#C570EF'

red 197 ◦ green 112 ◦ blue 239

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

Shades of Heliotrope #C570EF

Tints of Heliotrope #C570EF

RGB

 RED value IS 197 (77.34% from 255) = 35.95%

 GREEN value IS 112 (44.14% from 255) = 20.44%

 BLUE value IS 239 (93.75% from 255) = 43.61%

R = 35.95%
G = 20.44%
B = 43.61%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C570EF (or 0xC570EF) is known color: Heliotrope. HEX triplet: C5, 70 and EF. RGB value is (197,112,239). Sum of RGB (Red+Green+Blue) = 197+112+239=548 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.95% from 548); Green value is 112 (44.14% from 255 or 20.44% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #C570EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C570EF is #3A8F10. Grayscale: #979797. Windows color (decimal): -3837713 or 15691973. OLE color: 15691973.

HSL color Cylindrical-coordinate representation of color #C570EF: hue angle of 280.16º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C570EF is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 112 239 -
CMYK 0.18 0.53 0 0.06
HSL 280.16º 0.8% 0.69% -
HSV(B) 280.16º 0.53% 0.94% -
XYZ 44.4 29.69 85.05 -
YUV 151.89 177.16 160.17 -
System Red Green Blue C M Y K H S L
Decimal 197 112 239 0.18 0.53 0 0.06 280.16 0.8 0.69
Hex C5 70 EF 12 35 0 6 118 50 45
Octal 305 160 357 22 65 0 6 430 120 105
Binary 11000101 1110000 11101111 10010 110101 0 110 100011000 1010000 1000101

Color Harmonies of #C570EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C570EF

Black with #C570EF

Text Example


Text Example

White with #C570EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C570EF; }

 p { color: rgb(197,112,239); }

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

background-color css

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

 a { background-color: rgb(197,112,239); }

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

border-color css

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

 span { border-color: rgb(197,112,239); }

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