Html Css Color HEX #C07DBE London Hue

📋 copy color: '#C07DBE'

red 192 ◦ green 125 ◦ blue 190

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

Shades of London Hue #C07DBE

Tints of London Hue #C07DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.48%

R = 37.87%
G = 24.65%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C07DBE (or 0xC07DBE) is known color: London Hue. HEX triplet: C0, 7D and BE. RGB value is (192,125,190). Sum of RGB (Red+Green+Blue) = 192+125+190=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 125 (49.22% from 255 or 24.65% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 192 - color contains mainly: red. Hex color #C07DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07DBE is #3F8241. Grayscale: #989898. Windows color (decimal): -4162114 or 12484032. OLE color: 12484032.

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

Color convert

RGB 192 125 190 -
CMYK 0 0.35 0.01 0.25
HSL 301.79º 0.35% 0.62% -
HSV(B) 301.79º 0.35% 0.75% -
XYZ 38.37 29.59 52.4 -
YUV 152.44 149.2 156.21 -
System Red Green Blue C M Y K H S L
Decimal 192 125 190 0 0.35 0.01 0.25 301.79 0.35 0.62
Hex C0 7D BE 0 23 1 19 12E 23 3E
Octal 300 175 276 0 43 1 31 456 43 76
Binary 11000000 1111101 10111110 0 100011 1 11001 100101110 100011 111110

Color Harmonies of #C07DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07DBE

Black with #C07DBE

Text Example


Text Example

White with #C07DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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