Html Css Color HEX #C07FB5 London Hue

📋 copy color: '#C07FB5'

red 192 ◦ green 127 ◦ blue 181

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

Shades of London Hue #C07FB5

Tints of London Hue #C07FB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.2%

R = 38.4%
G = 25.4%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C07FB5 (or 0xC07FB5) is known color: London Hue. HEX triplet: C0, 7F and B5. RGB value is (192,127,181). Sum of RGB (Red+Green+Blue) = 192+127+181=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 127 (50% from 255 or 25.4% from 500); Blue value is 181 (71.09% from 255 or 36.2% from 500); Max value from RGB is 192 - color contains mainly: red. Hex color #C07FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07FB5 is #3F804A. Grayscale: #989898. Windows color (decimal): -4161611 or 11894720. OLE color: 11894720.

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

Color convert

RGB 192 127 181 -
CMYK 0 0.34 0.06 0.25
HSL 310.15º 0.34% 0.63% -
HSV(B) 310.15º 0.34% 0.75% -
XYZ 37.67 29.72 47.47 -
YUV 152.59 144.03 156.11 -
System Red Green Blue C M Y K H S L
Decimal 192 127 181 0 0.34 0.06 0.25 310.15 0.34 0.63
Hex C0 7F B5 0 22 6 19 136 22 3F
Octal 300 177 265 0 42 6 31 466 42 77
Binary 11000000 1111111 10110101 0 100010 110 11001 100110110 100010 111111

Color Harmonies of #C07FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07FB5

Black with #C07FB5

Text Example


Text Example

White with #C07FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07FB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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