#CF9FE0

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

Shades of Wisteria #CF9FE0

Tints of Wisteria #CF9FE0

Color information

#CF9FE0 (or 0xCF9FE0) is unknown color: approx Wisteria. HEX triplet: CF, 9F and E0. RGB value is (207,159,224). Sum of RGB (Red+Green+Blue) = 207+159+224=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 159 (62.5% from 255 or 26.95% from 590); Blue value is 224 (87.89% from 255 or 37.97% from 590); Max value from RGB is 224 - color contains mainly: blue. Hex color #CF9FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9FE0 is #30601F. Grayscale: #B4B4B4. Windows color (decimal): -3170336 or 14720975. OLE color: 14720975.

HSL color Cylindrical-coordinate representation of color #CF9FE0: hue angle of 284.31º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF9FE0 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB207159224-
CMYK0.080.2900.12
HSL284.31º51.18%75.1%-
HSV(B)284.31º29.02%87.84%-
XYZ51.5843.4476.19-
YUV180.76152.4146.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.08%
GREEN value IS 159 (62.5% from 255) = 26.95%
BLUE value IS 224 (87.89% from 255) = 37.97%
R=35.08%
G=26.95%
B=37.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2071592240.080.2900.12284.3151.1875.1
HexCF9FE081D0C11c334b
Octal317237340103501443463113
Binary110011111001111111100000100011101011001000111001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9FE0; }

 p { color: rgb(207,159,224); }

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

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

 a { background-color: rgb(207,159,224); }

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

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

 span { border-color: rgb(207,159,224); }

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