Html Css Color HEX #C07FBE London Hue

📋 copy color: '#C07FBE'

red 192 ◦ green 127 ◦ blue 190

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

Shades of London Hue #C07FBE

Tints of London Hue #C07FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.33%

R = 37.72%
G = 24.95%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C07FBE (or 0xC07FBE) is known color: London Hue. HEX triplet: C0, 7F and BE. RGB value is (192,127,190). Sum of RGB (Red+Green+Blue) = 192+127+190=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 127 (50% from 255 or 24.95% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 192 - color contains mainly: red. Hex color #C07FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07FBE is #3F8041. Grayscale: #999999. Windows color (decimal): -4161602 or 12484544. OLE color: 12484544.

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

Color convert

RGB 192 127 190 -
CMYK 0 0.34 0.01 0.25
HSL 301.85º 0.34% 0.63% -
HSV(B) 301.85º 0.34% 0.75% -
XYZ 38.62 30.1 52.49 -
YUV 153.62 148.53 155.38 -
System Red Green Blue C M Y K H S L
Decimal 192 127 190 0 0.34 0.01 0.25 301.85 0.34 0.63
Hex C0 7F BE 0 22 1 19 12E 22 3F
Octal 300 177 276 0 42 1 31 456 42 77
Binary 11000000 1111111 10111110 0 100010 1 11001 100101110 100010 111111

Color Harmonies of #C07FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07FBE

Black with #C07FBE

Text Example


Text Example

White with #C07FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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