Html Css Color HEX #C28ABC London Hue

📋 copy color: '#C28ABC'

red 194 ◦ green 138 ◦ blue 188

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

Shades of London Hue #C28ABC

Tints of London Hue #C28ABC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.54%

 BLUE value IS 188 (73.83% from 255) = 36.15%

R = 37.31%
G = 26.54%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C28ABC (or 0xC28ABC) is known color: London Hue. HEX triplet: C2, 8A and BC. RGB value is (194,138,188). Sum of RGB (Red+Green+Blue) = 194+138+188=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 194 - color contains mainly: red. Hex color #C28ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28ABC is #3D7543. Grayscale: #A0A0A0. Windows color (decimal): -4027716 or 12356290. OLE color: 12356290.

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

Color convert

RGB 194 138 188 -
CMYK 0 0.29 0.03 0.24
HSL 306.43º 0.31% 0.65% -
HSV(B) 306.43º 0.29% 0.76% -
XYZ 40.41 33.28 51.87 -
YUV 160.44 143.55 151.93 -
System Red Green Blue C M Y K H S L
Decimal 194 138 188 0 0.29 0.03 0.24 306.43 0.31 0.65
Hex C2 8A BC 0 1D 3 18 132 1F 41
Octal 302 212 274 0 35 3 30 462 37 101
Binary 11000010 10001010 10111100 0 11101 11 11000 100110010 11111 1000001

Color Harmonies of #C28ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28ABC

Black with #C28ABC

Text Example


Text Example

White with #C28ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28ABC; }

 p { color: rgb(194,138,188); }

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

background-color css

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

 a { background-color: rgb(194,138,188); }

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

border-color css

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

 span { border-color: rgb(194,138,188); }

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