Html Css Color HEX #C27DBE London Hue

📋 copy color: '#C27DBE'

red 194 ◦ green 125 ◦ blue 190

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

Shades of London Hue #C27DBE

Tints of London Hue #C27DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.33%

R = 38.11%
G = 24.56%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C27DBE (or 0xC27DBE) is known color: London Hue. HEX triplet: C2, 7D and BE. RGB value is (194,125,190). Sum of RGB (Red+Green+Blue) = 194+125+190=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 194 - color contains mainly: red. Hex color #C27DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27DBE is #3D8241. Grayscale: #989898. Windows color (decimal): -4031042 or 12484034. OLE color: 12484034.

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

Color convert

RGB 194 125 190 -
CMYK 0 0.36 0.02 0.24
HSL 303.48º 0.36% 0.63% -
HSV(B) 303.48º 0.36% 0.76% -
XYZ 38.88 29.85 52.43 -
YUV 153.04 148.86 157.21 -
System Red Green Blue C M Y K H S L
Decimal 194 125 190 0 0.36 0.02 0.24 303.48 0.36 0.63
Hex C2 7D BE 0 24 2 18 12F 24 3F
Octal 302 175 276 0 44 2 30 457 44 77
Binary 11000010 1111101 10111110 0 100100 10 11000 100101111 100100 111111

Color Harmonies of #C27DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27DBE

Black with #C27DBE

Text Example


Text Example

White with #C27DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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