Html Css Color HEX #C27DB4 London Hue

📋 copy color: '#C27DB4'

red 194 ◦ green 125 ◦ blue 180

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

Shades of London Hue #C27DB4

Tints of London Hue #C27DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.07%

R = 38.88%
G = 25.05%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C27DB4 (or 0xC27DB4) is known color: London Hue. HEX triplet: C2, 7D and B4. RGB value is (194,125,180). Sum of RGB (Red+Green+Blue) = 194+125+180=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 125 (49.22% from 255 or 25.05% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 194 - color contains mainly: red. Hex color #C27DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27DB4 is #3D824B. Grayscale: #979797. Windows color (decimal): -4031052 or 11828674. OLE color: 11828674.

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

Color convert

RGB 194 125 180 -
CMYK 0 0.36 0.07 0.24
HSL 312.17º 0.36% 0.63% -
HSV(B) 312.17º 0.36% 0.76% -
XYZ 37.82 29.43 46.87 -
YUV 151.9 143.86 158.03 -
System Red Green Blue C M Y K H S L
Decimal 194 125 180 0 0.36 0.07 0.24 312.17 0.36 0.63
Hex C2 7D B4 0 24 7 18 138 24 3F
Octal 302 175 264 0 44 7 30 470 44 77
Binary 11000010 1111101 10110100 0 100100 111 11000 100111000 100100 111111

Color Harmonies of #C27DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27DB4

Black with #C27DB4

Text Example


Text Example

White with #C27DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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