#C28BDC

Color #C28BDC Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #C28BDC

Tints of Wisteria #C28BDC

Color information

#C28BDC (or 0xC28BDC) is unknown color: approx Wisteria. HEX triplet: C2, 8B and DC. RGB value is (194,139,220). Sum of RGB (Red+Green+Blue) = 194+139+220=553 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.08% from 553); Green value is 139 (54.69% from 255 or 25.14% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #C28BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28BDC is #3D7423. Grayscale: #A4A4A4. Windows color (decimal): -4027428 or 14453698. OLE color: 14453698.

HSL color Cylindrical-coordinate representation of color #C28BDC: hue angle of 280.74º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C28BDC is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB194139220-
CMYK0.120.3700.14
HSL280.74º53.64%70.39%-
HSV(B)280.74º36.82%86.27%-
XYZ44.435.172.15-
YUV164.68159.22148.91-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.08%
GREEN value IS 139 (54.69% from 255) = 25.14%
BLUE value IS 220 (86.33% from 255) = 39.78%
R=35.08%
G=25.14%
B=39.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1941392200.120.3700.14280.7453.6470.39
HexC28BDCC250E1193646
Octal302213334144501643166106
Binary1100001010001011110111001100100101011101000110011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28BDC; }

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

 H1.HeaderClassName
 {
   color: #C28BDC;
 }
 .AnyTagClassName
 {
   color: #C28BDC;
 }
</style>
background-color css

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

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

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

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

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

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