Html Css Color HEX #C072EC Heliotrope

📋 copy color: '#C072EC'

red 192 ◦ green 114 ◦ blue 236

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

Shades of Heliotrope #C072EC

Tints of Heliotrope #C072EC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.03%

 BLUE value IS 236 (92.58% from 255) = 43.54%

R = 35.42%
G = 21.03%
B = 43.54%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C072EC (or 0xC072EC) is known color: Heliotrope. HEX triplet: C0, 72 and EC. RGB value is (192,114,236). Sum of RGB (Red+Green+Blue) = 192+114+236=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 114 (44.92% from 255 or 21.03% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #C072EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C072EC is #3F8D13. Grayscale: #969696. Windows color (decimal): -4164884 or 15495872. OLE color: 15495872.

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

Color convert

RGB 192 114 236 -
CMYK 0.19 0.52 0 0.07
HSL 278.36º 0.76% 0.69% -
HSV(B) 278.36º 0.52% 0.93% -
XYZ 42.9 29.3 82.75 -
YUV 151.23 175.84 157.08 -
System Red Green Blue C M Y K H S L
Decimal 192 114 236 0.19 0.52 0 0.07 278.36 0.76 0.69
Hex C0 72 EC 13 34 0 7 116 4C 45
Octal 300 162 354 23 64 0 7 426 114 105
Binary 11000000 1110010 11101100 10011 110100 0 111 100010110 1001100 1000101

Color Harmonies of #C072EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C072EC

Black with #C072EC

Text Example


Text Example

White with #C072EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C072EC; }

 p { color: rgb(192,114,236); }

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

background-color css

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

 a { background-color: rgb(192,114,236); }

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

border-color css

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

 span { border-color: rgb(192,114,236); }

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