Html Css Color HEX #C07FBD London Hue

📋 copy color: '#C07FBD'

red 192 ◦ green 127 ◦ blue 189

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

Shades of London Hue #C07FBD

Tints of London Hue #C07FBD

RGB

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

 GREEN value IS 127 (50% from 255) = 25%

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

R = 37.8%
G = 25%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C07FBD (or 0xC07FBD) is known color: London Hue. HEX triplet: C0, 7F and BD. RGB value is (192,127,189). Sum of RGB (Red+Green+Blue) = 192+127+189=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 127 (50% from 255 or 25% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 192 - color contains mainly: red. Hex color #C07FBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07FBD is #3F8042. Grayscale: #999999. Windows color (decimal): -4161603 or 12419008. OLE color: 12419008.

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

Color convert

RGB 192 127 189 -
CMYK 0 0.34 0.02 0.25
HSL 302.77º 0.34% 0.63% -
HSV(B) 302.77º 0.34% 0.75% -
XYZ 38.51 30.06 51.92 -
YUV 153.5 148.03 155.46 -
System Red Green Blue C M Y K H S L
Decimal 192 127 189 0 0.34 0.02 0.25 302.77 0.34 0.63
Hex C0 7F BD 0 22 2 19 12F 22 3F
Octal 300 177 275 0 42 2 31 457 42 77
Binary 11000000 1111111 10111101 0 100010 10 11001 100101111 100010 111111

Color Harmonies of #C07FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07FBD

Black with #C07FBD

Text Example


Text Example

White with #C07FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07FBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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