Html Css Color HEX #C07FAF London Hue

📋 copy color: '#C07FAF'

red 192 ◦ green 127 ◦ blue 175

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

Shades of London Hue #C07FAF

Tints of London Hue #C07FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.43%

R = 38.87%
G = 25.71%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C07FAF (or 0xC07FAF) is known color: London Hue. HEX triplet: C0, 7F and AF. RGB value is (192,127,175). Sum of RGB (Red+Green+Blue) = 192+127+175=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 127 (50% from 255 or 25.71% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 192 - color contains mainly: red. Hex color #C07FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07FAF is #3F8050. Grayscale: #979797. Windows color (decimal): -4161617 or 11501504. OLE color: 11501504.

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

Color convert

RGB 192 127 175 -
CMYK 0 0.34 0.09 0.25
HSL 315.69º 0.34% 0.63% -
HSV(B) 315.69º 0.34% 0.75% -
XYZ 37.07 29.48 44.29 -
YUV 151.91 141.03 156.6 -
System Red Green Blue C M Y K H S L
Decimal 192 127 175 0 0.34 0.09 0.25 315.69 0.34 0.63
Hex C0 7F AF 0 22 9 19 13C 22 3F
Octal 300 177 257 0 42 11 31 474 42 77
Binary 11000000 1111111 10101111 0 100010 1001 11001 100111100 100010 111111

Color Harmonies of #C07FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07FAF

Black with #C07FAF

Text Example


Text Example

White with #C07FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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