#CF89EA

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

Shades of Wisteria #CF89EA

Tints of Wisteria #CF89EA

Color information

#CF89EA (or 0xCF89EA) is unknown color: approx Wisteria. HEX triplet: CF, 89 and EA. RGB value is (207,137,234). Sum of RGB (Red+Green+Blue) = 207+137+234=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 137 (53.91% from 255 or 23.70% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF89EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF89EA is #307615. Grayscale: #A8A8A8. Windows color (decimal): -3175958 or 15370703. OLE color: 15370703.

HSL color Cylindrical-coordinate representation of color #CF89EA: hue angle of 283.3º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF89EA is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB207137234-
CMYK0.120.4100.08
HSL283.3º69.78%72.75%-
HSV(B)283.3º41.45%91.76%-
XYZ49.5337.182.39-
YUV168.99164.69155.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.81%
GREEN value IS 137 (53.91% from 255) = 23.70%
BLUE value IS 234 (91.80% from 255) = 40.48%
R=35.81%
G=23.70%
B=40.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2071372340.120.4100.08283.369.7872.75
HexCF89EAC290811b4649
Octal3172113521451010433106111
Binary11001111100010011110101011001010010100010001101110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF89EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF89EA; }

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

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

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

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

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

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

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

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