Html Css Color HEX #C27DBC London Hue

📋 copy color: '#C27DBC'

red 194 ◦ green 125 ◦ blue 188

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

Shades of London Hue #C27DBC

Tints of London Hue #C27DBC

RGB

 RED value IS 194 (76.17% from 255) = 38.26%

 GREEN value IS 125 (49.22% from 255) = 24.65%

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

R = 38.26%
G = 24.65%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C27DBC (or 0xC27DBC) is known color: London Hue. HEX triplet: C2, 7D and BC. RGB value is (194,125,188). Sum of RGB (Red+Green+Blue) = 194+125+188=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 125 (49.22% from 255 or 24.65% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 194 - color contains mainly: red. Hex color #C27DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27DBC is #3D8243. Grayscale: #989898. Windows color (decimal): -4031044 or 12352962. OLE color: 12352962.

HSL color Cylindrical-coordinate representation of color #C27DBC: hue angle of 305.22º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C27DBC is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 125 188 -
CMYK 0 0.36 0.03 0.24
HSL 305.22º 0.36% 0.63% -
HSV(B) 305.22º 0.36% 0.76% -
XYZ 38.66 29.77 51.29 -
YUV 152.81 147.86 157.38 -
System Red Green Blue C M Y K H S L
Decimal 194 125 188 0 0.36 0.03 0.24 305.22 0.36 0.63
Hex C2 7D BC 0 24 3 18 131 24 3F
Octal 302 175 274 0 44 3 30 461 44 77
Binary 11000010 1111101 10111100 0 100100 11 11000 100110001 100100 111111

Color Harmonies of #C27DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27DBC

Black with #C27DBC

Text Example


Text Example

White with #C27DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27DBC; }

 p { color: rgb(194,125,188); }

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

background-color css

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

 a { background-color: rgb(194,125,188); }

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

border-color css

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

 span { border-color: rgb(194,125,188); }

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