Html Css Color HEX #C07EBE London Hue

📋 copy color: '#C07EBE'

red 192 ◦ green 126 ◦ blue 190

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

Shades of London Hue #C07EBE

Tints of London Hue #C07EBE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.8%

 BLUE value IS 190 (74.61% from 255) = 37.4%

R = 37.8%
G = 24.8%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C07EBE (or 0xC07EBE) is known color: London Hue. HEX triplet: C0, 7E and BE. RGB value is (192,126,190). Sum of RGB (Red+Green+Blue) = 192+126+190=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 126 (49.61% from 255 or 24.80% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 192 - color contains mainly: red. Hex color #C07EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07EBE is #3F8141. Grayscale: #989898. Windows color (decimal): -4161858 or 12484288. OLE color: 12484288.

HSL color Cylindrical-coordinate representation of color #C07EBE: hue angle of 301.82º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C07EBE is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 126 190 -
CMYK 0 0.34 0.01 0.25
HSL 301.82º 0.34% 0.62% -
HSV(B) 301.82º 0.34% 0.75% -
XYZ 38.49 29.85 52.45 -
YUV 153.03 148.87 155.8 -
System Red Green Blue C M Y K H S L
Decimal 192 126 190 0 0.34 0.01 0.25 301.82 0.34 0.62
Hex C0 7E BE 0 22 1 19 12E 22 3E
Octal 300 176 276 0 42 1 31 456 42 76
Binary 11000000 1111110 10111110 0 100010 1 11001 100101110 100010 111110

Color Harmonies of #C07EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07EBE

Black with #C07EBE

Text Example


Text Example

White with #C07EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07EBE; }

 p { color: rgb(192,126,190); }

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

background-color css

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

 a { background-color: rgb(192,126,190); }

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

border-color css

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

 span { border-color: rgb(192,126,190); }

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