#C38CDB

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

Shades of Wisteria #C38CDB

Tints of Wisteria #C38CDB

Color information

#C38CDB (or 0xC38CDB) is unknown color: approx Wisteria. HEX triplet: C3, 8C and DB. RGB value is (195,140,219). Sum of RGB (Red+Green+Blue) = 195+140+219=554 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.20% from 554); Green value is 140 (55.08% from 255 or 25.27% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #C38CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38CDB is #3C7324. Grayscale: #A5A5A5. Windows color (decimal): -3961637 or 14388419. OLE color: 14388419.

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

Color convert

RGB195140219-
CMYK0.110.3600.14
HSL281.77º52.32%70.39%-
HSV(B)281.77º36.07%85.88%-
XYZ44.6735.4771.51-
YUV165.45158.22149.08-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.20%
GREEN value IS 140 (55.08% from 255) = 25.27%
BLUE value IS 219 (85.94% from 255) = 39.53%
R=35.20%
G=25.27%
B=39.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1951402190.110.3600.14281.7752.3270.39
HexC38CDBB240E11a3446
Octal303214333134401643264106
Binary1100001110001100110110111011100100011101000110101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38CDB; }

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

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

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

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

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

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

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

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