#CF8DDB

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

Shades of Wisteria #CF8DDB

Tints of Wisteria #CF8DDB

Color information

#CF8DDB (or 0xCF8DDB) is unknown color: approx Wisteria. HEX triplet: CF, 8D and DB. RGB value is (207,141,219). Sum of RGB (Red+Green+Blue) = 207+141+219=567 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.51% from 567); Green value is 141 (55.47% from 255 or 24.87% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF8DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8DDB is #307224. Grayscale: #A9A9A9. Windows color (decimal): -3174949 or 14388687. OLE color: 14388687.

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

Color convert

RGB207141219-
CMYK0.050.3600.14
HSL290.77º52%70.59%-
HSV(B)290.77º35.62%85.88%-
XYZ48.0437.4371.71-
YUV169.63155.87154.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.51%
GREEN value IS 141 (55.47% from 255) = 24.87%
BLUE value IS 219 (85.94% from 255) = 38.62%
R=36.51%
G=24.87%
B=38.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2071412190.050.3600.14290.775270.59
HexCF8DDB5240E1233447
Octal31721533354401644364107
Binary110011111000110111011011101100100011101001000111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8DDB; }

 p { color: rgb(207,141,219); }

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

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

 a { background-color: rgb(207,141,219); }

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

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

 span { border-color: rgb(207,141,219); }

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