Html Css Color HEX #C07DBB London Hue

📋 copy color: '#C07DBB'

red 192 ◦ green 125 ◦ blue 187

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

Shades of London Hue #C07DBB

Tints of London Hue #C07DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.1%

R = 38.1%
G = 24.8%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C07DBB (or 0xC07DBB) is known color: London Hue. HEX triplet: C0, 7D and BB. RGB value is (192,125,187). Sum of RGB (Red+Green+Blue) = 192+125+187=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 125 (49.22% from 255 or 24.80% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 192 - color contains mainly: red. Hex color #C07DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07DBB is #3F8244. Grayscale: #979797. Windows color (decimal): -4162117 or 12287424. OLE color: 12287424.

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

Color convert

RGB 192 125 187 -
CMYK 0 0.35 0.03 0.25
HSL 304.48º 0.35% 0.62% -
HSV(B) 304.48º 0.35% 0.75% -
XYZ 38.04 29.46 50.7 -
YUV 152.1 147.7 156.46 -
System Red Green Blue C M Y K H S L
Decimal 192 125 187 0 0.35 0.03 0.25 304.48 0.35 0.62
Hex C0 7D BB 0 23 3 19 130 23 3E
Octal 300 175 273 0 43 3 31 460 43 76
Binary 11000000 1111101 10111011 0 100011 11 11001 100110000 100011 111110

Color Harmonies of #C07DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07DBB

Black with #C07DBB

Text Example


Text Example

White with #C07DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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