Html Css Color HEX #C084BD London Hue

📋 copy color: '#C084BD'

red 192 ◦ green 132 ◦ blue 189

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

Shades of London Hue #C084BD

Tints of London Hue #C084BD

RGB

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

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

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

R = 37.43%
G = 25.73%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C084BD (or 0xC084BD) is known color: London Hue. HEX triplet: C0, 84 and BD. RGB value is (192,132,189). Sum of RGB (Red+Green+Blue) = 192+132+189=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 132 (51.95% from 255 or 25.73% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 192 - color contains mainly: red. Hex color #C084BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C084BD is #3F7B42. Grayscale: #9C9C9C. Windows color (decimal): -4160323 or 12420288. OLE color: 12420288.

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

Color convert

RGB 192 132 189 -
CMYK 0 0.31 0.02 0.25
HSL 303º 0.32% 0.64% -
HSV(B) 303º 0.31% 0.75% -
XYZ 39.17 31.38 52.14 -
YUV 156.44 146.38 153.37 -
System Red Green Blue C M Y K H S L
Decimal 192 132 189 0 0.31 0.02 0.25 303 0.32 0.64
Hex C0 84 BD 0 1F 2 19 12F 20 40
Octal 300 204 275 0 37 2 31 457 40 100
Binary 11000000 10000100 10111101 0 11111 10 11001 100101111 100000 1000000

Color Harmonies of #C084BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C084BD

Black with #C084BD

Text Example


Text Example

White with #C084BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C084BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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