Html Css Color HEX #C570EE Heliotrope

📋 copy color: '#C570EE'

red 197 ◦ green 112 ◦ blue 238

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

Shades of Heliotrope #C570EE

Tints of Heliotrope #C570EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.51%

R = 36.01%
G = 20.48%
B = 43.51%

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

#C570EE (or 0xC570EE) is known color: Heliotrope. HEX triplet: C5, 70 and EE. RGB value is (197,112,238). Sum of RGB (Red+Green+Blue) = 197+112+238=547 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.01% from 547); Green value is 112 (44.14% from 255 or 20.48% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #C570EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C570EE is #3A8F11. Grayscale: #979797. Windows color (decimal): -3837714 or 15626437. OLE color: 15626437.

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

Color convert

RGB 197 112 238 -
CMYK 0.17 0.53 0 0.07
HSL 280.48º 0.79% 0.69% -
HSV(B) 280.48º 0.53% 0.93% -
XYZ 44.25 29.63 84.28 -
YUV 151.78 176.66 160.25 -
System Red Green Blue C M Y K H S L
Decimal 197 112 238 0.17 0.53 0 0.07 280.48 0.79 0.69
Hex C5 70 EE 11 35 0 7 118 4F 45
Octal 305 160 356 21 65 0 7 430 117 105
Binary 11000101 1110000 11101110 10001 110101 0 111 100011000 1001111 1000101

Color Harmonies of #C570EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C570EE

Black with #C570EE

Text Example


Text Example

White with #C570EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C570EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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