Html Css Color HEX #C570EA Heliotrope

📋 copy color: '#C570EA'

red 197 ◦ green 112 ◦ blue 234

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

Shades of Heliotrope #C570EA

Tints of Heliotrope #C570EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.09%

R = 36.28%
G = 20.63%
B = 43.09%

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

#C570EA (or 0xC570EA) is known color: Heliotrope. HEX triplet: C5, 70 and EA. RGB value is (197,112,234). Sum of RGB (Red+Green+Blue) = 197+112+234=543 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.28% from 543); Green value is 112 (44.14% from 255 or 20.63% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #C570EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C570EA is #3A8F15. Grayscale: #969696. Windows color (decimal): -3837718 or 15364293. OLE color: 15364293.

HSL color Cylindrical-coordinate representation of color #C570EA: hue angle of 281.8º degrees, saturation: 0.74, 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 #C570EA is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 112 234 -
CMYK 0.16 0.52 0 0.08
HSL 281.8º 0.74% 0.68% -
HSV(B) 281.8º 0.52% 0.92% -
XYZ 43.67 29.4 81.21 -
YUV 151.32 174.66 160.58 -
System Red Green Blue C M Y K H S L
Decimal 197 112 234 0.16 0.52 0 0.08 281.8 0.74 0.68
Hex C5 70 EA 10 34 0 8 11A 4A 44
Octal 305 160 352 20 64 0 10 432 112 104
Binary 11000101 1110000 11101010 10000 110100 0 1000 100011010 1001010 1000100

Color Harmonies of #C570EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C570EA

Black with #C570EA

Text Example


Text Example

White with #C570EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C570EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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