#CF9FE5

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

Shades of Wisteria #CF9FE5

Tints of Wisteria #CF9FE5

Color information

#CF9FE5 (or 0xCF9FE5) is unknown color: approx Wisteria. HEX triplet: CF, 9F and E5. RGB value is (207,159,229). Sum of RGB (Red+Green+Blue) = 207+159+229=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 159 (62.5% from 255 or 26.72% from 595); Blue value is 229 (89.84% from 255 or 38.49% from 595); Max value from RGB is 229 - color contains mainly: blue. Hex color #CF9FE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9FE5 is #30601A. Grayscale: #B5B5B5. Windows color (decimal): -3170331 or 15048655. OLE color: 15048655.

HSL color Cylindrical-coordinate representation of color #CF9FE5: hue angle of 281.14º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CF9FE5 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB207159229-
CMYK0.100.3100.10
HSL281.14º57.38%76.08%-
HSV(B)281.14º30.57%89.8%-
XYZ52.2743.7279.81-
YUV181.33154.9146.31-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.79%
GREEN value IS 159 (62.5% from 255) = 26.72%
BLUE value IS 229 (89.84% from 255) = 38.49%
R=34.79%
G=26.72%
B=38.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2071592290.100.3100.10281.1457.3876.08
HexCF9FE5A1F0A119394c
Octal317237345123701243171114
Binary110011111001111111100101101011111010101000110011110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9FE5; }

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

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

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

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

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

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

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

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