#C39CDB

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

Shades of Wisteria #C39CDB

Tints of Wisteria #C39CDB

Color information

#C39CDB (or 0xC39CDB) is unknown color: approx Wisteria. HEX triplet: C3, 9C and DB. RGB value is (195,156,219). Sum of RGB (Red+Green+Blue) = 195+156+219=570 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.21% from 570); Green value is 156 (61.33% from 255 or 27.37% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #C39CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C39CDB is #3C6324. Grayscale: #AEAEAE. Windows color (decimal): -3957541 or 14392515. OLE color: 14392515.

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

Color convert

RGB195156219-
CMYK0.110.2900.14
HSL277.14º46.67%73.53%-
HSV(B)277.14º28.77%85.88%-
XYZ47.1840.4972.35-
YUV174.84152.92142.38-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.21%
GREEN value IS 156 (61.33% from 255) = 27.37%
BLUE value IS 219 (85.94% from 255) = 38.42%
R=34.21%
G=27.37%
B=38.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1951562190.110.2900.14277.1446.6773.53
HexC39CDBB1D0E1152f4a
Octal303234333133501642557112
Binary110000111001110011011011101111101011101000101011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39CDB; }

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

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

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

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

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

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

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

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