Html Css Color HEX #C28BBA London Hue

📋 copy color: '#C28BBA'

red 194 ◦ green 139 ◦ blue 186

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

Shades of London Hue #C28BBA

Tints of London Hue #C28BBA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.78%

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

R = 37.38%
G = 26.78%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C28BBA (or 0xC28BBA) is known color: London Hue. HEX triplet: C2, 8B and BA. RGB value is (194,139,186). Sum of RGB (Red+Green+Blue) = 194+139+186=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 139 (54.69% from 255 or 26.78% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 194 - color contains mainly: red. Hex color #C28BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28BBA is #3D7445. Grayscale: #A0A0A0. Windows color (decimal): -4027462 or 12225474. OLE color: 12225474.

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

Color convert

RGB 194 139 186 -
CMYK 0 0.28 0.04 0.24
HSL 308.73º 0.31% 0.65% -
HSV(B) 308.73º 0.28% 0.76% -
XYZ 40.34 33.48 50.79 -
YUV 160.8 142.22 151.68 -
System Red Green Blue C M Y K H S L
Decimal 194 139 186 0 0.28 0.04 0.24 308.73 0.31 0.65
Hex C2 8B BA 0 1C 4 18 135 1F 41
Octal 302 213 272 0 34 4 30 465 37 101
Binary 11000010 10001011 10111010 0 11100 100 11000 100110101 11111 1000001

Color Harmonies of #C28BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28BBA

Black with #C28BBA

Text Example


Text Example

White with #C28BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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