#CF97DB

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

Shades of Wisteria #CF97DB

Tints of Wisteria #CF97DB

Color information

#CF97DB (or 0xCF97DB) is unknown color: approx Wisteria. HEX triplet: CF, 97 and DB. RGB value is (207,151,219). Sum of RGB (Red+Green+Blue) = 207+151+219=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 151 (59.38% from 255 or 26.17% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF97DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF97DB is #306824. Grayscale: #AFAFAF. Windows color (decimal): -3172389 or 14391247. OLE color: 14391247.

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

Color convert

RGB207151219-
CMYK0.050.3100.14
HSL289.41º48.57%72.55%-
HSV(B)289.41º31.05%85.88%-
XYZ49.5840.5172.22-
YUV175.5152.55150.47-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.88%
GREEN value IS 151 (59.38% from 255) = 26.17%
BLUE value IS 219 (85.94% from 255) = 37.95%
R=35.88%
G=26.17%
B=37.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2071512190.050.3100.14289.4148.5772.55
HexCF97DB51F0E1213149
Octal31722733353701644161111
Binary11001111100101111101101110111111011101001000011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF97DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF97DB; }

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

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

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

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

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

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

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

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