#C38DD9

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

Shades of Wisteria #C38DD9

Tints of Wisteria #C38DD9

Color information

#C38DD9 (or 0xC38DD9) is unknown color: approx Wisteria. HEX triplet: C3, 8D and D9. RGB value is (195,141,217). Sum of RGB (Red+Green+Blue) = 195+141+217=553 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.26% from 553); Green value is 141 (55.47% from 255 or 25.50% from 553); Blue value is 217 (85.16% from 255 or 39.24% from 553); Max value from RGB is 217 - color contains mainly: blue. Hex color #C38DD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38DD9 is #3C7226. Grayscale: #A5A5A5. Windows color (decimal): -3961383 or 14257603. OLE color: 14257603.

HSL color Cylindrical-coordinate representation of color #C38DD9: hue angle of 282.63º 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 #C38DD9 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB195141217-
CMYK0.100.3500.15
HSL282.63º50%70.2%-
HSV(B)282.63º35.02%85.1%-
XYZ44.5535.6670.18-
YUV165.81156.89148.82-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.26%
GREEN value IS 141 (55.47% from 255) = 25.50%
BLUE value IS 217 (85.16% from 255) = 39.24%
R=35.26%
G=25.50%
B=39.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1951412170.100.3500.15282.635070.2
HexC38DD9A230F11b3246
Octal303215331124301743362106
Binary1100001110001101110110011010100011011111000110111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38DD9; }

 p { color: rgb(195,141,217); }

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

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

 a { background-color: rgb(195,141,217); }

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

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

 span { border-color: rgb(195,141,217); }

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