#C38CD7

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

Shades of Wisteria #C38CD7

Tints of Wisteria #C38CD7

Color information

#C38CD7 (or 0xC38CD7) is unknown color: approx Wisteria. HEX triplet: C3, 8C and D7. RGB value is (195,140,215). Sum of RGB (Red+Green+Blue) = 195+140+215=550 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.45% from 550); Green value is 140 (55.08% from 255 or 25.45% from 550); Blue value is 215 (84.38% from 255 or 39.09% from 550); Max value from RGB is 215 - color contains mainly: blue. Hex color #C38CD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38CD7 is #3C7328. Grayscale: #A4A4A4. Windows color (decimal): -3961641 or 14126275. OLE color: 14126275.

HSL color Cylindrical-coordinate representation of color #C38CD7: hue angle of 284º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C38CD7 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB195140215-
CMYK0.090.3500.16
HSL284º48.39%69.61%-
HSV(B)284º34.88%84.31%-
XYZ44.1535.2668.77-
YUV164.99156.22149.4-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.45%
GREEN value IS 140 (55.08% from 255) = 25.45%
BLUE value IS 215 (84.38% from 255) = 39.09%
R=35.45%
G=25.45%
B=39.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1951402150.090.3500.1628448.3969.61
HexC38CD792301011c3046
Octal303214327114302043460106
Binary11000011100011001101011110011000110100001000111001100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38CD7; }

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

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

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

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

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

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

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

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