Html Css Color HEX #C070ED Heliotrope

📋 copy color: '#C070ED'

red 192 ◦ green 112 ◦ blue 237

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

Shades of Heliotrope #C070ED

Tints of Heliotrope #C070ED

RGB

 RED value IS 192 (75.39% from 255) = 35.49%

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

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

R = 35.49%
G = 20.7%
B = 43.81%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C070ED (or 0xC070ED) is known color: Heliotrope. HEX triplet: C0, 70 and ED. RGB value is (192,112,237). Sum of RGB (Red+Green+Blue) = 192+112+237=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 112 (44.14% from 255 or 20.70% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #C070ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C070ED is #3F8F12. Grayscale: #959595. Windows color (decimal): -4165395 or 15560896. OLE color: 15560896.

HSL color Cylindrical-coordinate representation of color #C070ED: hue angle of 278.4º 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 #C070ED is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 112 237 -
CMYK 0.19 0.53 0 0.07
HSL 278.4º 0.78% 0.68% -
HSV(B) 278.4º 0.53% 0.93% -
XYZ 42.82 28.91 83.44 -
YUV 150.17 177 157.84 -
System Red Green Blue C M Y K H S L
Decimal 192 112 237 0.19 0.53 0 0.07 278.4 0.78 0.68
Hex C0 70 ED 13 35 0 7 116 4E 44
Octal 300 160 355 23 65 0 7 426 116 104
Binary 11000000 1110000 11101101 10011 110101 0 111 100010110 1001110 1000100

Color Harmonies of #C070ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C070ED

Black with #C070ED

Text Example


Text Example

White with #C070ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C070ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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