#CF96D9

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

Shades of Wisteria #CF96D9

Tints of Wisteria #CF96D9

Color information

#CF96D9 (or 0xCF96D9) is unknown color: approx Wisteria. HEX triplet: CF, 96 and D9. RGB value is (207,150,217). Sum of RGB (Red+Green+Blue) = 207+150+217=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 150 (58.98% from 255 or 26.13% from 574); Blue value is 217 (85.16% from 255 or 37.80% from 574); Max value from RGB is 217 - color contains mainly: blue. Hex color #CF96D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF96D9 is #306926. Grayscale: #AEAEAE. Windows color (decimal): -3172647 or 14259919. OLE color: 14259919.

HSL color Cylindrical-coordinate representation of color #CF96D9: hue angle of 291.04º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CF96D9 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB207150217-
CMYK0.050.3100.15
HSL291.04º46.85%71.96%-
HSV(B)291.04º30.88%85.1%-
XYZ49.1640.0970.79-
YUV174.68151.88151.05-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.06%
GREEN value IS 150 (58.98% from 255) = 26.13%
BLUE value IS 217 (85.16% from 255) = 37.80%
R=36.06%
G=26.13%
B=37.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2071502170.050.3100.15291.0446.8571.96
HexCF96D951F0F1232f48
Octal31722633153701744357110
Binary11001111100101101101100110111111011111001000111011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF96D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF96D9; }

 p { color: rgb(207,150,217); }

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

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

 a { background-color: rgb(207,150,217); }

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

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

 span { border-color: rgb(207,150,217); }

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