#C38DFD

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

Shades of Wisteria #C38DFD

Tints of Wisteria #C38DFD

Color information

#C38DFD (or 0xC38DFD) is unknown color: approx Wisteria. HEX triplet: C3, 8D and FD. RGB value is (195,141,253). Sum of RGB (Red+Green+Blue) = 195+141+253=589 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.11% from 589); Green value is 141 (55.47% from 255 or 23.94% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #C38DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38DFD is #3C7202. Grayscale: #A9A9A9. Windows color (decimal): -3961347 or 16616899. OLE color: 16616899.

HSL color Cylindrical-coordinate representation of color #C38DFD: hue angle of 268.93º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C38DFD is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB195141253-
CMYK0.230.4400.01
HSL268.93º96.55%77.25%-
HSV(B)268.93º44.27%99.22%-
XYZ49.7637.7497.59-
YUV169.91174.89145.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.11%
GREEN value IS 141 (55.47% from 255) = 23.94%
BLUE value IS 253 (99.22% from 255) = 42.95%
R=33.11%
G=23.94%
B=42.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1951412530.230.4400.01268.9396.5577.25
HexC38DFD172C0110d614d
Octal303215375275401415141115
Binary110000111000110111111101101111011000110000110111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38DFD; }

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

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

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

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

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

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

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

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