#C28CD9

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

Shades of Wisteria #C28CD9

Tints of Wisteria #C28CD9

Color information

#C28CD9 (or 0xC28CD9) is unknown color: approx Wisteria. HEX triplet: C2, 8C and D9. RGB value is (194,140,217). Sum of RGB (Red+Green+Blue) = 194+140+217=551 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.21% from 551); Green value is 140 (55.08% from 255 or 25.41% from 551); Blue value is 217 (85.16% from 255 or 39.38% from 551); Max value from RGB is 217 - color contains mainly: blue. Hex color #C28CD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28CD9 is #3D7326. Grayscale: #A4A4A4. Windows color (decimal): -4027175 or 14257346. OLE color: 14257346.

HSL color Cylindrical-coordinate representation of color #C28CD9: hue angle of 282.08º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C28CD9 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB194140217-
CMYK0.110.3500.15
HSL282.08º50.33%70%-
HSV(B)282.08º35.48%85.1%-
XYZ44.1535.2470.12-
YUV164.92157.39148.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.21%
GREEN value IS 140 (55.08% from 255) = 25.41%
BLUE value IS 217 (85.16% from 255) = 39.38%
R=35.21%
G=25.41%
B=39.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1941402170.110.3500.15282.0850.3370
HexC28CD9B230F11a3246
Octal302214331134301743262106
Binary1100001010001100110110011011100011011111000110101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28CD9; }

 p { color: rgb(194,140,217); }

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

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

 a { background-color: rgb(194,140,217); }

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

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

 span { border-color: rgb(194,140,217); }

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