Html Css Color HEX #C27DBB London Hue

📋 copy color: '#C27DBB'

red 194 ◦ green 125 ◦ blue 187

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

Shades of London Hue #C27DBB

Tints of London Hue #C27DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.96%

R = 38.34%
G = 24.7%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C27DBB (or 0xC27DBB) is known color: London Hue. HEX triplet: C2, 7D and BB. RGB value is (194,125,187). Sum of RGB (Red+Green+Blue) = 194+125+187=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 125 (49.22% from 255 or 24.70% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 194 - color contains mainly: red. Hex color #C27DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27DBB is #3D8244. Grayscale: #989898. Windows color (decimal): -4031045 or 12287426. OLE color: 12287426.

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

Color convert

RGB 194 125 187 -
CMYK 0 0.36 0.04 0.24
HSL 306.09º 0.36% 0.63% -
HSV(B) 306.09º 0.36% 0.76% -
XYZ 38.55 29.72 50.72 -
YUV 152.7 147.36 157.46 -
System Red Green Blue C M Y K H S L
Decimal 194 125 187 0 0.36 0.04 0.24 306.09 0.36 0.63
Hex C2 7D BB 0 24 4 18 132 24 3F
Octal 302 175 273 0 44 4 30 462 44 77
Binary 11000010 1111101 10111011 0 100100 100 11000 100110010 100100 111111

Color Harmonies of #C27DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27DBB

Black with #C27DBB

Text Example


Text Example

White with #C27DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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