#CF9AE4

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

Shades of Wisteria #CF9AE4

Tints of Wisteria #CF9AE4

Color information

#CF9AE4 (or 0xCF9AE4) is unknown color: approx Wisteria. HEX triplet: CF, 9A and E4. RGB value is (207,154,228). Sum of RGB (Red+Green+Blue) = 207+154+228=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 154 (60.55% from 255 or 26.15% from 589); Blue value is 228 (89.45% from 255 or 38.71% from 589); Max value from RGB is 228 - color contains mainly: blue. Hex color #CF9AE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9AE4 is #30651B. Grayscale: #B2B2B2. Windows color (decimal): -3171612 or 14981839. OLE color: 14981839.

HSL color Cylindrical-coordinate representation of color #CF9AE4: hue angle of 282.97º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CF9AE4 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB207154228-
CMYK0.090.3200.11
HSL282.97º57.81%74.9%-
HSV(B)282.97º32.46%89.41%-
XYZ51.2941.9878.8-
YUV178.28156.06148.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.14%
GREEN value IS 154 (60.55% from 255) = 26.15%
BLUE value IS 228 (89.45% from 255) = 38.71%
R=35.14%
G=26.15%
B=38.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2071542280.090.3200.11282.9757.8174.9
HexCF9AE49200B11b3a4b
Octal317232344114001343372113
Binary1100111110011010111001001001100000010111000110111110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9AE4; }

 p { color: rgb(207,154,228); }

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

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

 a { background-color: rgb(207,154,228); }

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

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

 span { border-color: rgb(207,154,228); }

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