#CF89EE

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

Shades of Wisteria #CF89EE

Tints of Wisteria #CF89EE

Color information

#CF89EE (or 0xCF89EE) is unknown color: approx Wisteria. HEX triplet: CF, 89 and EE. RGB value is (207,137,238). Sum of RGB (Red+Green+Blue) = 207+137+238=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 137 (53.91% from 255 or 23.54% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF89EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF89EE is #307611. Grayscale: #A9A9A9. Windows color (decimal): -3175954 or 15632847. OLE color: 15632847.

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

Color convert

RGB207137238-
CMYK0.130.4200.07
HSL281.58º74.81%73.53%-
HSV(B)281.58º42.44%93.33%-
XYZ50.1137.3385.45-
YUV169.44166.69154.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.57%
GREEN value IS 137 (53.91% from 255) = 23.54%
BLUE value IS 238 (93.36% from 255) = 40.89%
R=35.57%
G=23.54%
B=40.89%

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
Decimal2071372380.130.4200.07281.5874.8173.53
HexCF89EED2A0711a4b4a
Octal317211356155207432113112
Binary1100111110001001111011101101101010011110001101010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF89EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF89EE; }

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

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

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

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

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

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

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

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