Html Css Color HEX #C07FB2 London Hue

📋 copy color: '#C07FB2'

red 192 ◦ green 127 ◦ blue 178

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

Shades of London Hue #C07FB2

Tints of London Hue #C07FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.81%

R = 38.63%
G = 25.55%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C07FB2 (or 0xC07FB2) is known color: London Hue. HEX triplet: C0, 7F and B2. RGB value is (192,127,178). Sum of RGB (Red+Green+Blue) = 192+127+178=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 127 (50% from 255 or 25.55% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 192 - color contains mainly: red. Hex color #C07FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07FB2 is #3F804D. Grayscale: #989898. Windows color (decimal): -4161614 or 11698112. OLE color: 11698112.

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

Color convert

RGB 192 127 178 -
CMYK 0 0.34 0.07 0.25
HSL 312.92º 0.34% 0.63% -
HSV(B) 312.92º 0.34% 0.75% -
XYZ 37.36 29.6 45.86 -
YUV 152.25 142.53 156.35 -
System Red Green Blue C M Y K H S L
Decimal 192 127 178 0 0.34 0.07 0.25 312.92 0.34 0.63
Hex C0 7F B2 0 22 7 19 139 22 3F
Octal 300 177 262 0 42 7 31 471 42 77
Binary 11000000 1111111 10110010 0 100010 111 11001 100111001 100010 111111

Color Harmonies of #C07FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07FB2

Black with #C07FB2

Text Example


Text Example

White with #C07FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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