#CF95DB

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

Shades of Wisteria #CF95DB

Tints of Wisteria #CF95DB

Color information

#CF95DB (or 0xCF95DB) is unknown color: approx Wisteria. HEX triplet: CF, 95 and DB. RGB value is (207,149,219). Sum of RGB (Red+Green+Blue) = 207+149+219=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 149 (58.59% from 255 or 25.91% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF95DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF95DB is #306A24. Grayscale: #AEAEAE. Windows color (decimal): -3172901 or 14390735. OLE color: 14390735.

HSL color Cylindrical-coordinate representation of color #CF95DB: hue angle of 289.71º 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 #CF95DB is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB207149219-
CMYK0.050.3200.14
HSL289.71º49.3%72.16%-
HSV(B)289.71º31.96%85.88%-
XYZ49.2739.8772.12-
YUV174.32153.22151.31-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36%
GREEN value IS 149 (58.59% from 255) = 25.91%
BLUE value IS 219 (85.94% from 255) = 38.09%
R=36%
G=25.91%
B=38.09%

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
Decimal2071492190.050.3200.14289.7149.372.16
HexCF95DB5200E1223148
Octal31722533354001644261110
Binary110011111001010111011011101100000011101001000101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF95DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF95DB; }

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

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

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

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

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

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

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

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