#C38ADB

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

Shades of Wisteria #C38ADB

Tints of Wisteria #C38ADB

Color information

#C38ADB (or 0xC38ADB) is unknown color: approx Wisteria. HEX triplet: C3, 8A and DB. RGB value is (195,138,219). Sum of RGB (Red+Green+Blue) = 195+138+219=552 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.33% from 552); Green value is 138 (54.30% from 255 or 25% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #C38ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38ADB is #3C7524. Grayscale: #A4A4A4. Windows color (decimal): -3962149 or 14387907. OLE color: 14387907.

HSL color Cylindrical-coordinate representation of color #C38ADB: hue angle of 282.22º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C38ADB is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB195138219-
CMYK0.110.3700.14
HSL282.22º52.94%70%-
HSV(B)282.22º36.99%85.88%-
XYZ44.3834.8971.41-
YUV164.28158.88149.91-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.33%
GREEN value IS 138 (54.30% from 255) = 25%
BLUE value IS 219 (85.94% from 255) = 39.67%
R=35.33%
G=25%
B=39.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1951382190.110.3700.14282.2252.9470
HexC38ADBB250E11a3546
Octal303212333134501643265106
Binary1100001110001010110110111011100101011101000110101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38ADB; }

 p { color: rgb(195,138,219); }

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

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

 a { background-color: rgb(195,138,219); }

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

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

 span { border-color: rgb(195,138,219); }

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