Html Css Color HEX #C782BC London Hue

📋 copy color: '#C782BC'

red 199 ◦ green 130 ◦ blue 188

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

Shades of London Hue #C782BC

Tints of London Hue #C782BC

RGB

 RED value IS 199 (78.13% from 255) = 38.49%

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

 BLUE value IS 188 (73.83% from 255) = 36.36%

R = 38.49%
G = 25.15%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C782BC (or 0xC782BC) is known color: London Hue. HEX triplet: C7, 82 and BC. RGB value is (199,130,188). Sum of RGB (Red+Green+Blue) = 199+130+188=517 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.49% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 199 - color contains mainly: red. Hex color #C782BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C782BC is #387D43. Grayscale: #9D9D9D. Windows color (decimal): -3702084 or 12354247. OLE color: 12354247.

HSL color Cylindrical-coordinate representation of color #C782BC: hue angle of 309.57º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C782BC is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 130 188 -
CMYK 0 0.35 0.06 0.22
HSL 309.57º 0.38% 0.65% -
HSV(B) 309.57º 0.35% 0.78% -
XYZ 40.61 31.74 51.56 -
YUV 157.24 145.36 157.78 -
System Red Green Blue C M Y K H S L
Decimal 199 130 188 0 0.35 0.06 0.22 309.57 0.38 0.65
Hex C7 82 BC 0 23 6 16 136 26 41
Octal 307 202 274 0 43 6 26 466 46 101
Binary 11000111 10000010 10111100 0 100011 110 10110 100110110 100110 1000001

Color Harmonies of #C782BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C782BC

Black with #C782BC

Text Example


Text Example

White with #C782BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C782BC; }

 p { color: rgb(199,130,188); }

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

background-color css

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

 a { background-color: rgb(199,130,188); }

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

border-color css

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

 span { border-color: rgb(199,130,188); }

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