#C38CDD

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

Shades of Wisteria #C38CDD

Tints of Wisteria #C38CDD

Color information

#C38CDD (or 0xC38CDD) is unknown color: approx Wisteria. HEX triplet: C3, 8C and DD. RGB value is (195,140,221). Sum of RGB (Red+Green+Blue) = 195+140+221=556 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.07% from 556); Green value is 140 (55.08% from 255 or 25.18% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #C38CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38CDD is #3C7322. Grayscale: #A5A5A5. Windows color (decimal): -3961635 or 14519491. OLE color: 14519491.

HSL color Cylindrical-coordinate representation of color #C38CDD: hue angle of 280.74º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C38CDD is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB195140221-
CMYK0.120.3700.13
HSL280.74º54.36%70.78%-
HSV(B)280.74º36.65%86.67%-
XYZ44.9335.5872.91-
YUV165.68159.22148.91-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.07%
GREEN value IS 140 (55.08% from 255) = 25.18%
BLUE value IS 221 (86.72% from 255) = 39.75%
R=35.07%
G=25.18%
B=39.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1951402210.120.3700.13280.7454.3670.78
HexC38CDDC250D1193647
Octal303214335144501543166107
Binary1100001110001100110111011100100101011011000110011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38CDD; }

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

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

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

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

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

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

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

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