#CF89DB

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

Shades of Wisteria #CF89DB

Tints of Wisteria #CF89DB

Color information

#CF89DB (or 0xCF89DB) is unknown color: approx Wisteria. HEX triplet: CF, 89 and DB. RGB value is (207,137,219). Sum of RGB (Red+Green+Blue) = 207+137+219=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 137 (53.91% from 255 or 24.33% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF89DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF89DB is #307624. Grayscale: #A7A7A7. Windows color (decimal): -3175973 or 14387663. OLE color: 14387663.

HSL color Cylindrical-coordinate representation of color #CF89DB: hue angle of 291.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 #CF89DB is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB207137219-
CMYK0.050.3700.14
HSL291.22º53.25%69.8%-
HSV(B)291.22º37.44%85.88%-
XYZ47.4636.2771.52-
YUV167.28157.19156.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.77%
GREEN value IS 137 (53.91% from 255) = 24.33%
BLUE value IS 219 (85.94% from 255) = 38.90%
R=36.77%
G=24.33%
B=38.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2071372190.050.3700.14291.2253.2569.8
HexCF89DB5250E1233546
Octal31721133354501644365106
Binary110011111000100111011011101100101011101001000111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF89DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF89DB; }

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

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

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

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

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

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

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

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