#C28ADF

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

Shades of Wisteria #C28ADF

Tints of Wisteria #C28ADF

Color information

#C28ADF (or 0xC28ADF) is unknown color: approx Wisteria. HEX triplet: C2, 8A and DF. RGB value is (194,138,223). Sum of RGB (Red+Green+Blue) = 194+138+223=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 138 (54.30% from 255 or 24.86% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #C28ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28ADF is #3D7520. Grayscale: #A4A4A4. Windows color (decimal): -4027681 or 14650050. OLE color: 14650050.

HSL color Cylindrical-coordinate representation of color #C28ADF: hue angle of 279.53º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C28ADF is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194138223-
CMYK0.130.3800.13
HSL279.53º57.05%70.78%-
HSV(B)279.53º38.12%87.45%-
XYZ44.6634.9774.21-
YUV164.43161.05149.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.95%
GREEN value IS 138 (54.30% from 255) = 24.86%
BLUE value IS 223 (87.5% from 255) = 40.18%
R=34.95%
G=24.86%
B=40.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941382230.130.3800.13279.5357.0570.78
HexC28ADFD260D1183947
Octal302212337154601543071107
Binary1100001010001010110111111101100110011011000110001110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28ADF; }

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

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

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

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

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

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

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

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