Html Css Color HEX #C07BBC London Hue

📋 copy color: '#C07BBC'

red 192 ◦ green 123 ◦ blue 188

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

Shades of London Hue #C07BBC

Tints of London Hue #C07BBC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.45%

 BLUE value IS 188 (73.83% from 255) = 37.38%

R = 38.17%
G = 24.45%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C07BBC (or 0xC07BBC) is known color: London Hue. HEX triplet: C0, 7B and BC. RGB value is (192,123,188). Sum of RGB (Red+Green+Blue) = 192+123+188=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 123 (48.44% from 255 or 24.45% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 192 - color contains mainly: red. Hex color #C07BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07BBC is #3F8443. Grayscale: #969696. Windows color (decimal): -4162628 or 12352448. OLE color: 12352448.

HSL color Cylindrical-coordinate representation of color #C07BBC: hue angle of 303.48º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C07BBC is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 123 188 -
CMYK 0 0.36 0.02 0.25
HSL 303.48º 0.35% 0.62% -
HSV(B) 303.48º 0.36% 0.75% -
XYZ 37.9 29 51.18 -
YUV 151.04 148.86 157.21 -
System Red Green Blue C M Y K H S L
Decimal 192 123 188 0 0.36 0.02 0.25 303.48 0.35 0.62
Hex C0 7B BC 0 24 2 19 12F 23 3E
Octal 300 173 274 0 44 2 31 457 43 76
Binary 11000000 1111011 10111100 0 100100 10 11001 100101111 100011 111110

Color Harmonies of #C07BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07BBC

Black with #C07BBC

Text Example


Text Example

White with #C07BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07BBC; }

 p { color: rgb(192,123,188); }

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

background-color css

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

 a { background-color: rgb(192,123,188); }

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

border-color css

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

 span { border-color: rgb(192,123,188); }

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