Html Css Color HEX #C07EBF London Hue

📋 copy color: '#C07EBF'

red 192 ◦ green 126 ◦ blue 191

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

Shades of London Hue #C07EBF

Tints of London Hue #C07EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.52%

R = 37.72%
G = 24.75%
B = 37.52%

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

#C07EBF (or 0xC07EBF) is known color: London Hue. HEX triplet: C0, 7E and BF. RGB value is (192,126,191). Sum of RGB (Red+Green+Blue) = 192+126+191=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 126 (49.61% from 255 or 24.75% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 192 - color contains mainly: red. Hex color #C07EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07EBF is #3F8140. Grayscale: #989898. Windows color (decimal): -4161857 or 12549824. OLE color: 12549824.

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

Color convert

RGB 192 126 191 -
CMYK 0 0.34 0.01 0.25
HSL 300.91º 0.34% 0.62% -
HSV(B) 300.91º 0.34% 0.75% -
XYZ 38.6 29.89 53.02 -
YUV 153.14 149.37 155.71 -
System Red Green Blue C M Y K H S L
Decimal 192 126 191 0 0.34 0.01 0.25 300.91 0.34 0.62
Hex C0 7E BF 0 22 1 19 12D 22 3E
Octal 300 176 277 0 42 1 31 455 42 76
Binary 11000000 1111110 10111111 0 100010 1 11001 100101101 100010 111110

Color Harmonies of #C07EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07EBF

Black with #C07EBF

Text Example


Text Example

White with #C07EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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