Html Css Color HEX #C570EB Heliotrope

📋 copy color: '#C570EB'

red 197 ◦ green 112 ◦ blue 235

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

Shades of Heliotrope #C570EB

Tints of Heliotrope #C570EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.2%

R = 36.21%
G = 20.59%
B = 43.2%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C570EB (or 0xC570EB) is known color: Heliotrope. HEX triplet: C5, 70 and EB. RGB value is (197,112,235). Sum of RGB (Red+Green+Blue) = 197+112+235=544 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.21% from 544); Green value is 112 (44.14% from 255 or 20.59% from 544); Blue value is 235 (92.19% from 255 or 43.20% from 544); Max value from RGB is 235 - color contains mainly: blue. Hex color #C570EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C570EB is #3A8F14. Grayscale: #979797. Windows color (decimal): -3837717 or 15429829. OLE color: 15429829.

HSL color Cylindrical-coordinate representation of color #C570EB: hue angle of 281.46º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C570EB is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 112 235 -
CMYK 0.16 0.52 0 0.08
HSL 281.46º 0.75% 0.68% -
HSV(B) 281.46º 0.52% 0.92% -
XYZ 43.82 29.46 81.97 -
YUV 151.44 175.16 160.5 -
System Red Green Blue C M Y K H S L
Decimal 197 112 235 0.16 0.52 0 0.08 281.46 0.75 0.68
Hex C5 70 EB 10 34 0 8 119 4B 44
Octal 305 160 353 20 64 0 10 431 113 104
Binary 11000101 1110000 11101011 10000 110100 0 1000 100011001 1001011 1000100

Color Harmonies of #C570EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C570EB

Black with #C570EB

Text Example


Text Example

White with #C570EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C570EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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