Html Css Color HEX #C570ED Heliotrope

📋 copy color: '#C570ED'

red 197 ◦ green 112 ◦ blue 237

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

Shades of Heliotrope #C570ED

Tints of Heliotrope #C570ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.41%

R = 36.08%
G = 20.51%
B = 43.41%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C570ED (or 0xC570ED) is known color: Heliotrope. HEX triplet: C5, 70 and ED. RGB value is (197,112,237). Sum of RGB (Red+Green+Blue) = 197+112+237=546 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.08% from 546); Green value is 112 (44.14% from 255 or 20.51% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #C570ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C570ED is #3A8F12. Grayscale: #979797. Windows color (decimal): -3837715 or 15560901. OLE color: 15560901.

HSL color Cylindrical-coordinate representation of color #C570ED: hue angle of 280.8º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C570ED is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 112 237 -
CMYK 0.17 0.53 0 0.07
HSL 280.8º 0.78% 0.68% -
HSV(B) 280.8º 0.53% 0.93% -
XYZ 44.11 29.57 83.5 -
YUV 151.67 176.16 160.34 -
System Red Green Blue C M Y K H S L
Decimal 197 112 237 0.17 0.53 0 0.07 280.8 0.78 0.68
Hex C5 70 ED 11 35 0 7 119 4E 44
Octal 305 160 355 21 65 0 7 431 116 104
Binary 11000101 1110000 11101101 10001 110101 0 111 100011001 1001110 1000100

Color Harmonies of #C570ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C570ED

Black with #C570ED

Text Example


Text Example

White with #C570ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C570ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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