#c38cd8

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

Shades of Wisteria #C38CD8

Tints of Wisteria #C38CD8

Color information

#C38CD8 (or 0xC38CD8) is unknown color: approx Wisteria. HEX triplet: C3, 8C and D8. RGB value is (195,140,216). Sum of RGB (Red+Green+Blue) = 195+140+216=551 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.39% from 551); Green value is 140 (55.08% from 255 or 25.41% from 551); Blue value is 216 (84.77% from 255 or 39.20% from 551); Max value from RGB is 216 - color contains mainly: blue. Hex color #C38CD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38CD8 is #3C7327. Grayscale: #A4A4A4. Windows color (decimal): -3961640 or 14191811. OLE color: 14191811.

HSL color Cylindrical-coordinate representation of color #C38CD8: hue angle of 283.42º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C38CD8 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB195140216-
CMYK0.100.3500.15
HSL283.42º49.35%69.8%-
HSV(B)283.42º35.19%84.71%-
XYZ44.2835.3269.45-
YUV165.11156.72149.32-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.39%
GREEN value IS 140 (55.08% from 255) = 25.41%
BLUE value IS 216 (84.77% from 255) = 39.20%
R=35.39%
G=25.41%
B=39.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1951402160.100.3500.15283.4249.3569.8
HexC38CD8A230F11b3146
Octal303214330124301743361106
Binary1100001110001100110110001010100011011111000110111100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c38cd8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c38cd8; }

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

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

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

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

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

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

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

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