#C38CD5

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

Shades of Wisteria #C38CD5

Tints of Wisteria #C38CD5

Color information

#C38CD5 (or 0xC38CD5) is unknown color: approx Wisteria. HEX triplet: C3, 8C and D5. RGB value is (195,140,213). Sum of RGB (Red+Green+Blue) = 195+140+213=548 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.58% from 548); Green value is 140 (55.08% from 255 or 25.55% from 548); Blue value is 213 (83.59% from 255 or 38.87% from 548); Max value from RGB is 213 - color contains mainly: blue. Hex color #C38CD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38CD5 is #3C732A. Grayscale: #A4A4A4. Windows color (decimal): -3961643 or 13995203. OLE color: 13995203.

HSL color Cylindrical-coordinate representation of color #C38CD5: hue angle of 285.21º 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 #C38CD5 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB195140213-
CMYK0.080.3400.16
HSL285.21º46.5%69.22%-
HSV(B)285.21º34.27%83.53%-
XYZ43.8935.1667.42-
YUV164.77155.22149.56-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.58%
GREEN value IS 140 (55.08% from 255) = 25.55%
BLUE value IS 213 (83.59% from 255) = 38.87%
R=35.58%
G=25.55%
B=38.87%

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
Decimal1951402130.080.3400.16285.2146.569.22
HexC38CD582201011d2e45
Octal303214325104202043556105
Binary11000011100011001101010110001000100100001000111011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38CD5; }

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

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

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

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

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

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

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

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