Html Css Color HEX #C07DBD London Hue

📋 copy color: '#C07DBD'

red 192 ◦ green 125 ◦ blue 189

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

Shades of London Hue #C07DBD

Tints of London Hue #C07DBD

RGB

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

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

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

R = 37.94%
G = 24.7%
B = 37.35%

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

#C07DBD (or 0xC07DBD) is known color: London Hue. HEX triplet: C0, 7D and BD. RGB value is (192,125,189). Sum of RGB (Red+Green+Blue) = 192+125+189=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 125 (49.22% from 255 or 24.70% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 192 - color contains mainly: red. Hex color #C07DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07DBD is #3F8242. Grayscale: #989898. Windows color (decimal): -4162115 or 12418496. OLE color: 12418496.

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

Color convert

RGB 192 125 189 -
CMYK 0 0.35 0.02 0.25
HSL 302.69º 0.35% 0.62% -
HSV(B) 302.69º 0.35% 0.75% -
XYZ 38.26 29.55 51.83 -
YUV 152.33 148.7 156.3 -
System Red Green Blue C M Y K H S L
Decimal 192 125 189 0 0.35 0.02 0.25 302.69 0.35 0.62
Hex C0 7D BD 0 23 2 19 12F 23 3E
Octal 300 175 275 0 43 2 31 457 43 76
Binary 11000000 1111101 10111101 0 100011 10 11001 100101111 100011 111110

Color Harmonies of #C07DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07DBD

Black with #C07DBD

Text Example


Text Example

White with #C07DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07DBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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