Html Css Color HEX #C070EB Heliotrope

📋 copy color: '#C070EB'

red 192 ◦ green 112 ◦ blue 235

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

Shades of Heliotrope #C070EB

Tints of Heliotrope #C070EB

RGB

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

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

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

R = 35.62%
G = 20.78%
B = 43.6%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C070EB (or 0xC070EB) is known color: Heliotrope. HEX triplet: C0, 70 and EB. RGB value is (192,112,235). Sum of RGB (Red+Green+Blue) = 192+112+235=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 112 (44.14% from 255 or 20.78% from 539); Blue value is 235 (92.19% from 255 or 43.60% from 539); Max value from RGB is 235 - color contains mainly: blue. Hex color #C070EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C070EB is #3F8F14. Grayscale: #959595. Windows color (decimal): -4165397 or 15429824. OLE color: 15429824.

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

Color convert

RGB 192 112 235 -
CMYK 0.18 0.52 0 0.08
HSL 279.02º 0.75% 0.68% -
HSV(B) 279.02º 0.52% 0.92% -
XYZ 42.53 28.79 81.91 -
YUV 149.94 176 158 -
System Red Green Blue C M Y K H S L
Decimal 192 112 235 0.18 0.52 0 0.08 279.02 0.75 0.68
Hex C0 70 EB 12 34 0 8 117 4B 44
Octal 300 160 353 22 64 0 10 427 113 104
Binary 11000000 1110000 11101011 10010 110100 0 1000 100010111 1001011 1000100

Color Harmonies of #C070EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C070EB

Black with #C070EB

Text Example


Text Example

White with #C070EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C070EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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