#C38DD5

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

Shades of Wisteria #C38DD5

Tints of Wisteria #C38DD5

Color information

#C38DD5 (or 0xC38DD5) is unknown color: approx Wisteria. HEX triplet: C3, 8D and D5. RGB value is (195,141,213). Sum of RGB (Red+Green+Blue) = 195+141+213=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 141 (55.47% from 255 or 25.68% from 549); Blue value is 213 (83.59% from 255 or 38.80% from 549); Max value from RGB is 213 - color contains mainly: blue. Hex color #C38DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38DD5 is #3C722A. Grayscale: #A5A5A5. Windows color (decimal): -3961387 or 13995459. OLE color: 13995459.

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

Color convert

RGB195141213-
CMYK0.080.3400.16
HSL285º46.15%69.41%-
HSV(B)285º33.8%83.53%-
XYZ44.0435.4667.47-
YUV165.35154.89149.15-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.52%
GREEN value IS 141 (55.47% from 255) = 25.68%
BLUE value IS 213 (83.59% from 255) = 38.80%
R=35.52%
G=25.68%
B=38.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1951412130.080.3400.1628546.1569.41
HexC38DD582201011d2e45
Octal303215325104202043556105
Binary11000011100011011101010110001000100100001000111011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38DD5; }

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

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

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

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

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

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

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

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