Html Css Color HEX #C07FBA London Hue

📋 copy color: '#C07FBA'

red 192 ◦ green 127 ◦ blue 186

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

Shades of London Hue #C07FBA

Tints of London Hue #C07FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.83%

R = 38.02%
G = 25.15%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C07FBA (or 0xC07FBA) is known color: London Hue. HEX triplet: C0, 7F and BA. RGB value is (192,127,186). Sum of RGB (Red+Green+Blue) = 192+127+186=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 127 (50% from 255 or 25.15% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 192 - color contains mainly: red. Hex color #C07FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07FBA is #3F8045. Grayscale: #989898. Windows color (decimal): -4161606 or 12222400. OLE color: 12222400.

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

Color convert

RGB 192 127 186 -
CMYK 0 0.34 0.03 0.25
HSL 305.54º 0.34% 0.63% -
HSV(B) 305.54º 0.34% 0.75% -
XYZ 38.19 29.93 50.22 -
YUV 153.16 146.53 155.7 -
System Red Green Blue C M Y K H S L
Decimal 192 127 186 0 0.34 0.03 0.25 305.54 0.34 0.63
Hex C0 7F BA 0 22 3 19 132 22 3F
Octal 300 177 272 0 42 3 31 462 42 77
Binary 11000000 1111111 10111010 0 100010 11 11001 100110010 100010 111111

Color Harmonies of #C07FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07FBA

Black with #C07FBA

Text Example


Text Example

White with #C07FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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