Html Css Color HEX #C084BE London Hue

📋 copy color: '#C084BE'

red 192 ◦ green 132 ◦ blue 190

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

Shades of London Hue #C084BE

Tints of London Hue #C084BE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.68%

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

R = 37.35%
G = 25.68%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C084BE (or 0xC084BE) is known color: London Hue. HEX triplet: C0, 84 and BE. RGB value is (192,132,190). Sum of RGB (Red+Green+Blue) = 192+132+190=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 132 (51.95% from 255 or 25.68% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 192 - color contains mainly: red. Hex color #C084BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C084BE is #3F7B41. Grayscale: #9C9C9C. Windows color (decimal): -4160322 or 12485824. OLE color: 12485824.

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

Color convert

RGB 192 132 190 -
CMYK 0 0.31 0.01 0.25
HSL 302º 0.32% 0.64% -
HSV(B) 302º 0.31% 0.75% -
XYZ 39.28 31.43 52.71 -
YUV 156.55 146.88 153.28 -
System Red Green Blue C M Y K H S L
Decimal 192 132 190 0 0.31 0.01 0.25 302 0.32 0.64
Hex C0 84 BE 0 1F 1 19 12E 20 40
Octal 300 204 276 0 37 1 31 456 40 100
Binary 11000000 10000100 10111110 0 11111 1 11001 100101110 100000 1000000

Color Harmonies of #C084BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C084BE

Black with #C084BE

Text Example


Text Example

White with #C084BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C084BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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