Html Css Color HEX #C27DB9 London Hue

📋 copy color: '#C27DB9'

red 194 ◦ green 125 ◦ blue 185

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

Shades of London Hue #C27DB9

Tints of London Hue #C27DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.71%

R = 38.49%
G = 24.8%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C27DB9 (or 0xC27DB9) is known color: London Hue. HEX triplet: C2, 7D and B9. RGB value is (194,125,185). Sum of RGB (Red+Green+Blue) = 194+125+185=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 125 (49.22% from 255 or 24.80% from 504); Blue value is 185 (72.66% from 255 or 36.71% from 504); Max value from RGB is 194 - color contains mainly: red. Hex color #C27DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27DB9 is #3D8246. Grayscale: #989898. Windows color (decimal): -4031047 or 12156354. OLE color: 12156354.

HSL color Cylindrical-coordinate representation of color #C27DB9: hue angle of 307.83º 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 #C27DB9 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 125 185 -
CMYK 0 0.36 0.05 0.24
HSL 307.83º 0.36% 0.63% -
HSV(B) 307.83º 0.36% 0.76% -
XYZ 38.34 29.64 49.6 -
YUV 152.47 146.36 157.62 -
System Red Green Blue C M Y K H S L
Decimal 194 125 185 0 0.36 0.05 0.24 307.83 0.36 0.63
Hex C2 7D B9 0 24 5 18 134 24 3F
Octal 302 175 271 0 44 5 30 464 44 77
Binary 11000010 1111101 10111001 0 100100 101 11000 100110100 100100 111111

Color Harmonies of #C27DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27DB9

Black with #C27DB9

Text Example


Text Example

White with #C27DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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