#CF96DB

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

Shades of Wisteria #CF96DB

Tints of Wisteria #CF96DB

Color information

#CF96DB (or 0xCF96DB) is unknown color: approx Wisteria. HEX triplet: CF, 96 and DB. RGB value is (207,150,219). Sum of RGB (Red+Green+Blue) = 207+150+219=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 150 (58.98% from 255 or 26.04% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF96DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF96DB is #306924. Grayscale: #AEAEAE. Windows color (decimal): -3172645 or 14390991. OLE color: 14390991.

HSL color Cylindrical-coordinate representation of color #CF96DB: hue angle of 289.57º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CF96DB is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB207150219-
CMYK0.050.3200.14
HSL289.57º48.94%72.35%-
HSV(B)289.57º31.51%85.88%-
XYZ49.4240.1972.17-
YUV174.91152.88150.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.94%
GREEN value IS 150 (58.98% from 255) = 26.04%
BLUE value IS 219 (85.94% from 255) = 38.02%
R=35.94%
G=26.04%
B=38.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2071502190.050.3200.14289.5748.9472.35
HexCF96DB5200E1223148
Octal31722633354001644261110
Binary110011111001011011011011101100000011101001000101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF96DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF96DB; }

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

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

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

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

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

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

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

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