#C38DE9

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

Shades of Wisteria #C38DE9

Tints of Wisteria #C38DE9

Color information

#C38DE9 (or 0xC38DE9) is unknown color: approx Wisteria. HEX triplet: C3, 8D and E9. RGB value is (195,141,233). Sum of RGB (Red+Green+Blue) = 195+141+233=569 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.27% from 569); Green value is 141 (55.47% from 255 or 24.78% from 569); Blue value is 233 (91.41% from 255 or 40.95% from 569); Max value from RGB is 233 - color contains mainly: blue. Hex color #C38DE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38DE9 is #3C7216. Grayscale: #A7A7A7. Windows color (decimal): -3961367 or 15306179. OLE color: 15306179.

HSL color Cylindrical-coordinate representation of color #C38DE9: hue angle of 275.22º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C38DE9 is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB195141233-
CMYK0.160.3900.09
HSL275.22º67.65%73.33%-
HSV(B)275.22º39.48%91.37%-
XYZ46.7436.5481.68-
YUV167.63164.89147.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.27%
GREEN value IS 141 (55.47% from 255) = 24.78%
BLUE value IS 233 (91.41% from 255) = 40.95%
R=34.27%
G=24.78%
B=40.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1951412330.160.3900.09275.2267.6573.33
HexC38DE91027091134449
Octal3032153512047011423104111
Binary110000111000110111101001100001001110100110001001110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38DE9; }

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

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

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

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

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

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

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

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