#C38CD1

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

Shades of Wisteria #C38CD1

Tints of Wisteria #C38CD1

Color information

#C38CD1 (or 0xC38CD1) is unknown color: approx Wisteria. HEX triplet: C3, 8C and D1. RGB value is (195,140,209). Sum of RGB (Red+Green+Blue) = 195+140+209=544 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.85% from 544); Green value is 140 (55.08% from 255 or 25.74% from 544); Blue value is 209 (82.03% from 255 or 38.42% from 544); Max value from RGB is 209 - color contains mainly: blue. Hex color #C38CD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38CD1 is #3C732E. Grayscale: #A4A4A4. Windows color (decimal): -3961647 or 13733059. OLE color: 13733059.

HSL color Cylindrical-coordinate representation of color #C38CD1: hue angle of 287.83º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C38CD1 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB195140209-
CMYK0.070.3300.18
HSL287.83º42.86%68.43%-
HSV(B)287.83º33.01%81.96%-
XYZ43.3934.9664.78-
YUV164.31153.22149.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.85%
GREEN value IS 140 (55.08% from 255) = 25.74%
BLUE value IS 209 (82.03% from 255) = 38.42%
R=35.85%
G=25.74%
B=38.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1951402090.070.3300.18287.8342.8668.43
HexC38CD17210121202b44
Octal30321432174102244053104
Binary1100001110001100110100011111000010100101001000001010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38CD1; }

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

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

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

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

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

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

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

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