#CF9FE3

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

Shades of Wisteria #CF9FE3

Tints of Wisteria #CF9FE3

Color information

#CF9FE3 (or 0xCF9FE3) is unknown color: approx Wisteria. HEX triplet: CF, 9F and E3. RGB value is (207,159,227). Sum of RGB (Red+Green+Blue) = 207+159+227=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 159 (62.5% from 255 or 26.81% from 593); Blue value is 227 (89.06% from 255 or 38.28% from 593); Max value from RGB is 227 - color contains mainly: blue. Hex color #CF9FE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9FE3 is #30601C. Grayscale: #B4B4B4. Windows color (decimal): -3170333 or 14917583. OLE color: 14917583.

HSL color Cylindrical-coordinate representation of color #CF9FE3: hue angle of 282.35º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CF9FE3 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB207159227-
CMYK0.090.3000.11
HSL282.35º54.84%75.69%-
HSV(B)282.35º29.96%89.02%-
XYZ5243.6178.35-
YUV181.1153.9146.47-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.91%
GREEN value IS 159 (62.5% from 255) = 26.81%
BLUE value IS 227 (89.06% from 255) = 38.28%
R=34.91%
G=26.81%
B=38.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2071592270.090.3000.11282.3554.8475.69
HexCF9FE391E0B11a374c
Octal317237343113601343267114
Binary110011111001111111100011100111110010111000110101101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9FE3; }

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

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

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

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

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

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

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

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