Html Css Color HEX #C27DBD London Hue

📋 copy color: '#C27DBD'

red 194 ◦ green 125 ◦ blue 189

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

Shades of London Hue #C27DBD

Tints of London Hue #C27DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.2%

R = 38.19%
G = 24.61%
B = 37.2%

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

#C27DBD (or 0xC27DBD) is known color: London Hue. HEX triplet: C2, 7D and BD. RGB value is (194,125,189). Sum of RGB (Red+Green+Blue) = 194+125+189=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 194 - color contains mainly: red. Hex color #C27DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27DBD is #3D8242. Grayscale: #989898. Windows color (decimal): -4031043 or 12418498. OLE color: 12418498.

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

Color convert

RGB 194 125 189 -
CMYK 0 0.36 0.03 0.24
HSL 304.35º 0.36% 0.63% -
HSV(B) 304.35º 0.36% 0.76% -
XYZ 38.77 29.81 51.85 -
YUV 152.93 148.36 157.3 -
System Red Green Blue C M Y K H S L
Decimal 194 125 189 0 0.36 0.03 0.24 304.35 0.36 0.63
Hex C2 7D BD 0 24 3 18 130 24 3F
Octal 302 175 275 0 44 3 30 460 44 77
Binary 11000010 1111101 10111101 0 100100 11 11000 100110000 100100 111111

Color Harmonies of #C27DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27DBD

Black with #C27DBD

Text Example


Text Example

White with #C27DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27DBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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