Html Css Color HEX #C07CEF Heliotrope

📋 copy color: '#C07CEF'

red 192 ◦ green 124 ◦ blue 239

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

Shades of Heliotrope #C07CEF

Tints of Heliotrope #C07CEF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.34%

 BLUE value IS 239 (93.75% from 255) = 43.06%

R = 34.59%
G = 22.34%
B = 43.06%

CMYK

 C value IS 0.20

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C07CEF (or 0xC07CEF) is known color: Heliotrope. HEX triplet: C0, 7C and EF. RGB value is (192,124,239). Sum of RGB (Red+Green+Blue) = 192+124+239=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 124 (48.83% from 255 or 22.34% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 239 - color contains mainly: blue. Hex color #C07CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07CEF is #3F8310. Grayscale: #9D9D9D. Windows color (decimal): -4162321 or 15695040. OLE color: 15695040.

HSL color Cylindrical-coordinate representation of color #C07CEF: hue angle of 275.48º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C07CEF is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 124 239 -
CMYK 0.20 0.48 0 0.06
HSL 275.48º 0.78% 0.71% -
HSV(B) 275.48º 0.48% 0.94% -
XYZ 44.53 31.85 85.46 -
YUV 157.44 174.03 152.65 -
System Red Green Blue C M Y K H S L
Decimal 192 124 239 0.20 0.48 0 0.06 275.48 0.78 0.71
Hex C0 7C EF 14 30 0 6 113 4E 47
Octal 300 174 357 24 60 0 6 423 116 107
Binary 11000000 1111100 11101111 10100 110000 0 110 100010011 1001110 1000111

Color Harmonies of #C07CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07CEF

Black with #C07CEF

Text Example


Text Example

White with #C07CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07CEF; }

 p { color: rgb(192,124,239); }

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

background-color css

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

 a { background-color: rgb(192,124,239); }

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

border-color css

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

 span { border-color: rgb(192,124,239); }

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