#CF89ED

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

Shades of Wisteria #CF89ED

Tints of Wisteria #CF89ED

Color information

#CF89ED (or 0xCF89ED) is unknown color: approx Wisteria. HEX triplet: CF, 89 and ED. RGB value is (207,137,237). Sum of RGB (Red+Green+Blue) = 207+137+237=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 137 (53.91% from 255 or 23.58% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF89ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF89ED is #307612. Grayscale: #A9A9A9. Windows color (decimal): -3175955 or 15567311. OLE color: 15567311.

HSL color Cylindrical-coordinate representation of color #CF89ED: hue angle of 282º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF89ED is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB207137237-
CMYK0.130.4200.07
HSL282º73.53%73.33%-
HSV(B)282º42.19%92.94%-
XYZ49.9637.2784.68-
YUV169.33166.19154.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.63%
GREEN value IS 137 (53.91% from 255) = 23.58%
BLUE value IS 237 (92.97% from 255) = 40.79%
R=35.63%
G=23.58%
B=40.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2071372370.130.4200.0728273.5373.33
HexCF89EDD2A0711a4a49
Octal317211355155207432112111
Binary1100111110001001111011011101101010011110001101010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF89ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF89ED; }

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

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

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

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

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

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

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

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