#C38DCF

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

Shades of Wisteria #C38DCF

Tints of Wisteria #C38DCF

Color information

#C38DCF (or 0xC38DCF) is unknown color: approx Wisteria. HEX triplet: C3, 8D and CF. RGB value is (195,141,207). Sum of RGB (Red+Green+Blue) = 195+141+207=543 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.91% from 543); Green value is 141 (55.47% from 255 or 25.97% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 207 - color contains mainly: blue. Hex color #C38DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38DCF is #3C7230. Grayscale: #A4A4A4. Windows color (decimal): -3961393 or 13602243. OLE color: 13602243.

HSL color Cylindrical-coordinate representation of color #C38DCF: hue angle of 289.09º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C38DCF is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB195141207-
CMYK0.060.3200.19
HSL289.09º40.74%68.24%-
HSV(B)289.09º31.88%81.18%-
XYZ43.2935.1663.54-
YUV164.67151.89149.63-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.91%
GREEN value IS 141 (55.47% from 255) = 25.97%
BLUE value IS 207 (81.25% from 255) = 38.12%
R=35.91%
G=25.97%
B=38.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1951412070.060.3200.19289.0940.7468.24
HexC38DCF6200131212944
Octal30321531764002344151104
Binary1100001110001101110011111101000000100111001000011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38DCF; }

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

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

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

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

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

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

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

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