Html Css Color HEX #C082BD London Hue

📋 copy color: '#C082BD'

red 192 ◦ green 130 ◦ blue 189

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

Shades of London Hue #C082BD

Tints of London Hue #C082BD

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.44%

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

R = 37.57%
G = 25.44%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C082BD (or 0xC082BD) is known color: London Hue. HEX triplet: C0, 82 and BD. RGB value is (192,130,189). Sum of RGB (Red+Green+Blue) = 192+130+189=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 130 (51.17% from 255 or 25.44% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 192 - color contains mainly: red. Hex color #C082BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C082BD is #3F7D42. Grayscale: #9B9B9B. Windows color (decimal): -4160835 or 12419776. OLE color: 12419776.

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

Color convert

RGB 192 130 189 -
CMYK 0 0.32 0.02 0.25
HSL 302.9º 0.33% 0.63% -
HSV(B) 302.9º 0.32% 0.75% -
XYZ 38.91 30.85 52.05 -
YUV 155.26 147.04 154.2 -
System Red Green Blue C M Y K H S L
Decimal 192 130 189 0 0.32 0.02 0.25 302.9 0.33 0.63
Hex C0 82 BD 0 20 2 19 12F 21 3F
Octal 300 202 275 0 40 2 31 457 41 77
Binary 11000000 10000010 10111101 0 100000 10 11001 100101111 100001 111111

Color Harmonies of #C082BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C082BD

Black with #C082BD

Text Example


Text Example

White with #C082BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C082BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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