Html Css Color HEX #C07DBC London Hue

📋 copy color: '#C07DBC'

red 192 ◦ green 125 ◦ blue 188

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

Shades of London Hue #C07DBC

Tints of London Hue #C07DBC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.75%

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

R = 38.02%
G = 24.75%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C07DBC (or 0xC07DBC) is known color: London Hue. HEX triplet: C0, 7D and BC. RGB value is (192,125,188). Sum of RGB (Red+Green+Blue) = 192+125+188=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 125 (49.22% from 255 or 24.75% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 192 - color contains mainly: red. Hex color #C07DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07DBC is #3F8243. Grayscale: #989898. Windows color (decimal): -4162116 or 12352960. OLE color: 12352960.

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

Color convert

RGB 192 125 188 -
CMYK 0 0.35 0.02 0.25
HSL 303.58º 0.35% 0.62% -
HSV(B) 303.58º 0.35% 0.75% -
XYZ 38.15 29.5 51.26 -
YUV 152.22 148.2 156.38 -
System Red Green Blue C M Y K H S L
Decimal 192 125 188 0 0.35 0.02 0.25 303.58 0.35 0.62
Hex C0 7D BC 0 23 2 19 130 23 3E
Octal 300 175 274 0 43 2 31 460 43 76
Binary 11000000 1111101 10111100 0 100011 10 11001 100110000 100011 111110

Color Harmonies of #C07DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07DBC

Black with #C07DBC

Text Example


Text Example

White with #C07DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07DBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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