#CF8AE7

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

Shades of Wisteria #CF8AE7

Tints of Wisteria #CF8AE7

Color information

#CF8AE7 (or 0xCF8AE7) is unknown color: approx Wisteria. HEX triplet: CF, 8A and E7. RGB value is (207,138,231). Sum of RGB (Red+Green+Blue) = 207+138+231=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 138 (54.30% from 255 or 23.96% from 576); Blue value is 231 (90.62% from 255 or 40.10% from 576); Max value from RGB is 231 - color contains mainly: blue. Hex color #CF8AE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF8AE7 is #307518. Grayscale: #A8A8A8. Windows color (decimal): -3175705 or 15174351. OLE color: 15174351.

HSL color Cylindrical-coordinate representation of color #CF8AE7: hue angle of 284.52º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF8AE7 is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB207138231-
CMYK0.100.4000.09
HSL284.52º65.96%72.35%-
HSV(B)284.52º40.26%90.59%-
XYZ49.2437.2180.19-
YUV169.23162.86154.94-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.94%
GREEN value IS 138 (54.30% from 255) = 23.96%
BLUE value IS 231 (90.62% from 255) = 40.10%
R=35.94%
G=23.96%
B=40.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2071382310.100.4000.09284.5265.9672.35
HexCF8AE7A280911d4248
Octal3172123471250011435102110
Binary11001111100010101110011110101010000100110001110110000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8AE7; }

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

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

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

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

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

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

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

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