#CF99E1

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

Shades of Wisteria #CF99E1

Tints of Wisteria #CF99E1

Color information

#CF99E1 (or 0xCF99E1) is unknown color: approx Wisteria. HEX triplet: CF, 99 and E1. RGB value is (207,153,225). Sum of RGB (Red+Green+Blue) = 207+153+225=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 153 (60.16% from 255 or 26.15% from 585); Blue value is 225 (88.28% from 255 or 38.46% from 585); Max value from RGB is 225 - color contains mainly: blue. Hex color #CF99E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF99E1 is #30661E. Grayscale: #B1B1B1. Windows color (decimal): -3171871 or 14784975. OLE color: 14784975.

HSL color Cylindrical-coordinate representation of color #CF99E1: hue angle of 285º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CF99E1 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB207153225-
CMYK0.080.3200.12
HSL285º54.55%74.12%-
HSV(B)285º32%88.24%-
XYZ50.7141.4876.57-
YUV177.35154.89149.15-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.38%
GREEN value IS 153 (60.16% from 255) = 26.15%
BLUE value IS 225 (88.28% from 255) = 38.46%
R=35.38%
G=26.15%
B=38.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2071532250.080.3200.1228554.5574.12
HexCF99E18200C11d374a
Octal317231341104001443567112
Binary1100111110011001111000011000100000011001000111011101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF99E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF99E1; }

 p { color: rgb(207,153,225); }

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

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

 a { background-color: rgb(207,153,225); }

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

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

 span { border-color: rgb(207,153,225); }

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