Html Css Color HEX #C27DB2 London Hue

📋 copy color: '#C27DB2'

red 194 ◦ green 125 ◦ blue 178

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

Shades of London Hue #C27DB2

Tints of London Hue #C27DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.81%

R = 39.03%
G = 25.15%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C27DB2 (or 0xC27DB2) is known color: London Hue. HEX triplet: C2, 7D and B2. RGB value is (194,125,178). Sum of RGB (Red+Green+Blue) = 194+125+178=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 125 (49.22% from 255 or 25.15% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 194 - color contains mainly: red. Hex color #C27DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27DB2 is #3D824D. Grayscale: #979797. Windows color (decimal): -4031054 or 11697602. OLE color: 11697602.

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

Color convert

RGB 194 125 178 -
CMYK 0 0.36 0.08 0.24
HSL 313.91º 0.36% 0.63% -
HSV(B) 313.91º 0.36% 0.76% -
XYZ 37.62 29.35 45.8 -
YUV 151.67 142.86 158.19 -
System Red Green Blue C M Y K H S L
Decimal 194 125 178 0 0.36 0.08 0.24 313.91 0.36 0.63
Hex C2 7D B2 0 24 8 18 13A 24 3F
Octal 302 175 262 0 44 10 30 472 44 77
Binary 11000010 1111101 10110010 0 100100 1000 11000 100111010 100100 111111

Color Harmonies of #C27DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27DB2

Black with #C27DB2

Text Example


Text Example

White with #C27DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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