Html Css Color HEX #C27DB7 London Hue

📋 copy color: '#C27DB7'

red 194 ◦ green 125 ◦ blue 183

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

Shades of London Hue #C27DB7

Tints of London Hue #C27DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.45%

R = 38.65%
G = 24.9%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C27DB7 (or 0xC27DB7) is known color: London Hue. HEX triplet: C2, 7D and B7. RGB value is (194,125,183). Sum of RGB (Red+Green+Blue) = 194+125+183=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 183 (71.88% from 255 or 36.45% from 502); Max value from RGB is 194 - color contains mainly: red. Hex color #C27DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27DB7 is #3D8248. Grayscale: #989898. Windows color (decimal): -4031049 or 12025282. OLE color: 12025282.

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

Color convert

RGB 194 125 183 -
CMYK 0 0.36 0.06 0.24
HSL 309.57º 0.36% 0.63% -
HSV(B) 309.57º 0.36% 0.76% -
XYZ 38.13 29.56 48.49 -
YUV 152.24 145.36 157.78 -
System Red Green Blue C M Y K H S L
Decimal 194 125 183 0 0.36 0.06 0.24 309.57 0.36 0.63
Hex C2 7D B7 0 24 6 18 136 24 3F
Octal 302 175 267 0 44 6 30 466 44 77
Binary 11000010 1111101 10110111 0 100100 110 11000 100110110 100100 111111

Color Harmonies of #C27DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27DB7

Black with #C27DB7

Text Example


Text Example

White with #C27DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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