Html Css Color HEX #C07EBC London Hue

📋 copy color: '#C07EBC'

red 192 ◦ green 126 ◦ blue 188

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

Shades of London Hue #C07EBC

Tints of London Hue #C07EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.15%

R = 37.94%
G = 24.9%
B = 37.15%

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

#C07EBC (or 0xC07EBC) is known color: London Hue. HEX triplet: C0, 7E and BC. RGB value is (192,126,188). Sum of RGB (Red+Green+Blue) = 192+126+188=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 126 (49.61% from 255 or 24.90% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 192 - color contains mainly: red. Hex color #C07EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07EBC is #3F8143. Grayscale: #989898. Windows color (decimal): -4161860 or 12353216. OLE color: 12353216.

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

Color convert

RGB 192 126 188 -
CMYK 0 0.34 0.02 0.25
HSL 303.64º 0.34% 0.62% -
HSV(B) 303.64º 0.34% 0.75% -
XYZ 38.28 29.76 51.3 -
YUV 152.8 147.87 155.96 -
System Red Green Blue C M Y K H S L
Decimal 192 126 188 0 0.34 0.02 0.25 303.64 0.34 0.62
Hex C0 7E BC 0 22 2 19 130 22 3E
Octal 300 176 274 0 42 2 31 460 42 76
Binary 11000000 1111110 10111100 0 100010 10 11001 100110000 100010 111110

Color Harmonies of #C07EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07EBC

Black with #C07EBC

Text Example


Text Example

White with #C07EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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