#CF98DB

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

Shades of Wisteria #CF98DB

Tints of Wisteria #CF98DB

Color information

#CF98DB (or 0xCF98DB) is unknown color: approx Wisteria. HEX triplet: CF, 98 and DB. RGB value is (207,152,219). Sum of RGB (Red+Green+Blue) = 207+152+219=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 152 (59.77% from 255 or 26.30% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF98DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF98DB is #306724. Grayscale: #AFAFAF. Windows color (decimal): -3172133 or 14391503. OLE color: 14391503.

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

Color convert

RGB207152219-
CMYK0.050.3100.14
HSL289.25º48.2%72.75%-
HSV(B)289.25º30.59%85.88%-
XYZ49.7540.8472.28-
YUV176.08152.22150.05-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.81%
GREEN value IS 152 (59.77% from 255) = 26.30%
BLUE value IS 219 (85.94% from 255) = 37.89%
R=35.81%
G=26.30%
B=37.89%

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
Decimal2071522190.050.3100.14289.2548.272.75
HexCF98DB51F0E1213049
Octal31723033353701644160111
Binary11001111100110001101101110111111011101001000011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF98DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF98DB; }

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

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

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

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

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

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

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

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