Html Css Color HEX #C07EBA London Hue

📋 copy color: '#C07EBA'

red 192 ◦ green 126 ◦ blue 186

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

Shades of London Hue #C07EBA

Tints of London Hue #C07EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.9%

R = 38.1%
G = 25%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C07EBA (or 0xC07EBA) is known color: London Hue. HEX triplet: C0, 7E and BA. RGB value is (192,126,186). Sum of RGB (Red+Green+Blue) = 192+126+186=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 126 (49.61% from 255 or 25% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 192 - color contains mainly: red. Hex color #C07EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07EBA is #3F8145. Grayscale: #989898. Windows color (decimal): -4161862 or 12222144. OLE color: 12222144.

HSL color Cylindrical-coordinate representation of color #C07EBA: hue angle of 305.45º 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 #C07EBA is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 126 186 -
CMYK 0 0.34 0.03 0.25
HSL 305.45º 0.34% 0.62% -
HSV(B) 305.45º 0.34% 0.75% -
XYZ 38.06 29.67 50.18 -
YUV 152.57 146.87 156.12 -
System Red Green Blue C M Y K H S L
Decimal 192 126 186 0 0.34 0.03 0.25 305.45 0.34 0.62
Hex C0 7E BA 0 22 3 19 131 22 3E
Octal 300 176 272 0 42 3 31 461 42 76
Binary 11000000 1111110 10111010 0 100010 11 11001 100110001 100010 111110

Color Harmonies of #C07EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07EBA

Black with #C07EBA

Text Example


Text Example

White with #C07EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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