Html Css Color HEX #C28EBA London Hue

📋 copy color: '#C28EBA'

red 194 ◦ green 142 ◦ blue 186

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

Shades of London Hue #C28EBA

Tints of London Hue #C28EBA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.2%

 BLUE value IS 186 (73.05% from 255) = 35.63%

R = 37.16%
G = 27.2%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C28EBA (or 0xC28EBA) is known color: London Hue. HEX triplet: C2, 8E and BA. RGB value is (194,142,186). Sum of RGB (Red+Green+Blue) = 194+142+186=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 142 (55.86% from 255 or 27.20% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 194 - color contains mainly: red. Hex color #C28EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28EBA is #3D7145. Grayscale: #A2A2A2. Windows color (decimal): -4026694 or 12226242. OLE color: 12226242.

HSL color Cylindrical-coordinate representation of color #C28EBA: hue angle of 309.23º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C28EBA is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 142 186 -
CMYK 0 0.27 0.04 0.24
HSL 309.23º 0.3% 0.66% -
HSV(B) 309.23º 0.27% 0.76% -
XYZ 40.78 34.36 50.94 -
YUV 162.56 141.23 150.42 -
System Red Green Blue C M Y K H S L
Decimal 194 142 186 0 0.27 0.04 0.24 309.23 0.3 0.66
Hex C2 8E BA 0 1B 4 18 135 1E 42
Octal 302 216 272 0 33 4 30 465 36 102
Binary 11000010 10001110 10111010 0 11011 100 11000 100110101 11110 1000010

Color Harmonies of #C28EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28EBA

Black with #C28EBA

Text Example


Text Example

White with #C28EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28EBA; }

 p { color: rgb(194,142,186); }

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

background-color css

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

 a { background-color: rgb(194,142,186); }

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

border-color css

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

 span { border-color: rgb(194,142,186); }

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