#C28CD3

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

Shades of Wisteria #C28CD3

Tints of Wisteria #C28CD3

Color information

#C28CD3 (or 0xC28CD3) is unknown color: approx Wisteria. HEX triplet: C2, 8C and D3. RGB value is (194,140,211). Sum of RGB (Red+Green+Blue) = 194+140+211=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 140 (55.08% from 255 or 25.69% from 545); Blue value is 211 (82.81% from 255 or 38.72% from 545); Max value from RGB is 211 - color contains mainly: blue. Hex color #C28CD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28CD3 is #3D732C. Grayscale: #A4A4A4. Windows color (decimal): -4027181 or 13864130. OLE color: 13864130.

HSL color Cylindrical-coordinate representation of color #C28CD3: hue angle of 285.63º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C28CD3 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB194140211-
CMYK0.080.3400.17
HSL285.63º44.65%68.82%-
HSV(B)285.63º33.65%82.75%-
XYZ43.3834.9366.08-
YUV164.24154.39149.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.60%
GREEN value IS 140 (55.08% from 255) = 25.69%
BLUE value IS 211 (82.81% from 255) = 38.72%
R=35.60%
G=25.69%
B=38.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1941402110.080.3400.17285.6344.6568.82
HexC28CD382201111e2d45
Octal302214323104202143655105
Binary11000010100011001101001110001000100100011000111101011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28CD3; }

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

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

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

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

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

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

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

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