Html Css Color HEX #C083BD London Hue

📋 copy color: '#C083BD'

red 192 ◦ green 131 ◦ blue 189

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

Shades of London Hue #C083BD

Tints of London Hue #C083BD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.59%

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

R = 37.5%
G = 25.59%
B = 36.91%

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

#C083BD (or 0xC083BD) is known color: London Hue. HEX triplet: C0, 83 and BD. RGB value is (192,131,189). Sum of RGB (Red+Green+Blue) = 192+131+189=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 131 (51.56% from 255 or 25.59% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 192 - color contains mainly: red. Hex color #C083BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C083BD is #3F7C42. Grayscale: #9B9B9B. Windows color (decimal): -4160579 or 12420032. OLE color: 12420032.

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

Color convert

RGB 192 131 189 -
CMYK 0 0.32 0.02 0.25
HSL 302.95º 0.33% 0.63% -
HSV(B) 302.95º 0.32% 0.75% -
XYZ 39.04 31.11 52.09 -
YUV 155.85 146.71 153.78 -
System Red Green Blue C M Y K H S L
Decimal 192 131 189 0 0.32 0.02 0.25 302.95 0.33 0.63
Hex C0 83 BD 0 20 2 19 12F 21 3F
Octal 300 203 275 0 40 2 31 457 41 77
Binary 11000000 10000011 10111101 0 100000 10 11001 100101111 100001 111111

Color Harmonies of #C083BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C083BD

Black with #C083BD

Text Example


Text Example

White with #C083BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C083BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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