Html Css Color HEX #C07EBD London Hue

📋 copy color: '#C07EBD'

red 192 ◦ green 126 ◦ blue 189

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

Shades of London Hue #C07EBD

Tints of London Hue #C07EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.28%

R = 37.87%
G = 24.85%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C07EBD (or 0xC07EBD) is known color: London Hue. HEX triplet: C0, 7E and BD. RGB value is (192,126,189). Sum of RGB (Red+Green+Blue) = 192+126+189=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 126 (49.61% from 255 or 24.85% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 192 - color contains mainly: red. Hex color #C07EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07EBD is #3F8142. Grayscale: #989898. Windows color (decimal): -4161859 or 12418752. OLE color: 12418752.

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

Color convert

RGB 192 126 189 -
CMYK 0 0.34 0.02 0.25
HSL 302.73º 0.34% 0.62% -
HSV(B) 302.73º 0.34% 0.75% -
XYZ 38.38 29.8 51.87 -
YUV 152.92 148.37 155.88 -
System Red Green Blue C M Y K H S L
Decimal 192 126 189 0 0.34 0.02 0.25 302.73 0.34 0.62
Hex C0 7E BD 0 22 2 19 12F 22 3E
Octal 300 176 275 0 42 2 31 457 42 76
Binary 11000000 1111110 10111101 0 100010 10 11001 100101111 100010 111110

Color Harmonies of #C07EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07EBD

Black with #C07EBD

Text Example


Text Example

White with #C07EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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