#CF8AE9

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

Shades of Wisteria #CF8AE9

Tints of Wisteria #CF8AE9

Color information

#CF8AE9 (or 0xCF8AE9) is unknown color: approx Wisteria. HEX triplet: CF, 8A and E9. RGB value is (207,138,233). Sum of RGB (Red+Green+Blue) = 207+138+233=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 138 (54.30% from 255 or 23.88% from 578); Blue value is 233 (91.41% from 255 or 40.31% from 578); Max value from RGB is 233 - color contains mainly: blue. Hex color #CF8AE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF8AE9 is #307516. Grayscale: #A9A9A9. Windows color (decimal): -3175703 or 15305423. OLE color: 15305423.

HSL color Cylindrical-coordinate representation of color #CF8AE9: hue angle of 283.58º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF8AE9 is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB207138233-
CMYK0.110.4100.09
HSL283.58º68.35%72.75%-
HSV(B)283.58º40.77%91.37%-
XYZ49.5337.3381.68-
YUV169.46163.86154.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.81%
GREEN value IS 138 (54.30% from 255) = 23.88%
BLUE value IS 233 (91.41% from 255) = 40.31%
R=35.81%
G=23.88%
B=40.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2071382330.110.4100.09283.5868.3572.75
HexCF8AE9B290911c4449
Octal3172123511351011434104111
Binary11001111100010101110100110111010010100110001110010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8AE9; }

 p { color: rgb(207,138,233); }

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

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

 a { background-color: rgb(207,138,233); }

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

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

 span { border-color: rgb(207,138,233); }

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