#CF89DD

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

Shades of Wisteria #CF89DD

Tints of Wisteria #CF89DD

Color information

#CF89DD (or 0xCF89DD) is unknown color: approx Wisteria. HEX triplet: CF, 89 and DD. RGB value is (207,137,221). Sum of RGB (Red+Green+Blue) = 207+137+221=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 137 (53.91% from 255 or 24.25% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF89DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF89DD is #307622. Grayscale: #A7A7A7. Windows color (decimal): -3175971 or 14518735. OLE color: 14518735.

HSL color Cylindrical-coordinate representation of color #CF89DD: hue angle of 290º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF89DD is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207137221-
CMYK0.060.3800.13
HSL290º55.26%70.2%-
HSV(B)290º38.01%86.67%-
XYZ47.7336.3872.91-
YUV167.51158.19156.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.64%
GREEN value IS 137 (53.91% from 255) = 24.25%
BLUE value IS 221 (86.72% from 255) = 39.12%
R=36.64%
G=24.25%
B=39.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071372210.060.3800.1329055.2670.2
HexCF89DD6260D1223746
Octal31721133564601544267106
Binary110011111000100111011101110100110011011001000101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF89DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF89DD; }

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

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

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

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

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

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

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

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