#CF89DE

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

Shades of Wisteria #CF89DE

Tints of Wisteria #CF89DE

Color information

#CF89DE (or 0xCF89DE) is unknown color: approx Wisteria. HEX triplet: CF, 89 and DE. RGB value is (207,137,222). Sum of RGB (Red+Green+Blue) = 207+137+222=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 137 (53.91% from 255 or 24.20% from 566); Blue value is 222 (87.11% from 255 or 39.22% from 566); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF89DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF89DE is #307621. Grayscale: #A7A7A7. Windows color (decimal): -3175970 or 14584271. OLE color: 14584271.

HSL color Cylindrical-coordinate representation of color #CF89DE: hue angle of 289.41º degrees, saturation: 0.56, 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 #CF89DE is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207137222-
CMYK0.070.3800.13
HSL289.41º56.29%70.39%-
HSV(B)289.41º38.29%87.06%-
XYZ47.8636.4373.62-
YUV167.62158.69156.09-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.57%
GREEN value IS 137 (53.91% from 255) = 24.20%
BLUE value IS 222 (87.11% from 255) = 39.22%
R=36.57%
G=24.20%
B=39.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071372220.070.3800.13289.4156.2970.39
HexCF89DE7260D1213846
Octal31721133674601544170106
Binary110011111000100111011110111100110011011001000011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF89DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF89DE; }

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

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

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

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

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

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

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

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