Html Css Color HEX #C27DB8 London Hue

📋 copy color: '#C27DB8'

red 194 ◦ green 125 ◦ blue 184

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

Shades of London Hue #C27DB8

Tints of London Hue #C27DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.58%

R = 38.57%
G = 24.85%
B = 36.58%

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

#C27DB8 (or 0xC27DB8) is known color: London Hue. HEX triplet: C2, 7D and B8. RGB value is (194,125,184). Sum of RGB (Red+Green+Blue) = 194+125+184=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 125 (49.22% from 255 or 24.85% from 503); Blue value is 184 (72.27% from 255 or 36.58% from 503); Max value from RGB is 194 - color contains mainly: red. Hex color #C27DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27DB8 is #3D8247. Grayscale: #989898. Windows color (decimal): -4031048 or 12090818. OLE color: 12090818.

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

Color convert

RGB 194 125 184 -
CMYK 0 0.36 0.05 0.24
HSL 308.7º 0.36% 0.63% -
HSV(B) 308.7º 0.36% 0.76% -
XYZ 38.23 29.6 49.05 -
YUV 152.36 145.86 157.7 -
System Red Green Blue C M Y K H S L
Decimal 194 125 184 0 0.36 0.05 0.24 308.7 0.36 0.63
Hex C2 7D B8 0 24 5 18 135 24 3F
Octal 302 175 270 0 44 5 30 465 44 77
Binary 11000010 1111101 10111000 0 100100 101 11000 100110101 100100 111111

Color Harmonies of #C27DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27DB8

Black with #C27DB8

Text Example


Text Example

White with #C27DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27DB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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