#CF99E2

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

Shades of Wisteria #CF99E2

Tints of Wisteria #CF99E2

Color information

#CF99E2 (or 0xCF99E2) is unknown color: approx Wisteria. HEX triplet: CF, 99 and E2. RGB value is (207,153,226). Sum of RGB (Red+Green+Blue) = 207+153+226=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 153 (60.16% from 255 or 26.11% from 586); Blue value is 226 (88.67% from 255 or 38.57% from 586); Max value from RGB is 226 - color contains mainly: blue. Hex color #CF99E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF99E2 is #30661D. Grayscale: #B1B1B1. Windows color (decimal): -3171870 or 14850511. OLE color: 14850511.

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

Color convert

RGB207153226-
CMYK0.080.3200.11
HSL284.38º55.73%74.31%-
HSV(B)284.38º32.3%88.63%-
XYZ50.8541.5477.29-
YUV177.47155.39149.06-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.32%
GREEN value IS 153 (60.16% from 255) = 26.11%
BLUE value IS 226 (88.67% from 255) = 38.57%
R=35.32%
G=26.11%
B=38.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2071532260.080.3200.11284.3855.7374.31
HexCF99E28200B11c384a
Octal317231342104001343470112
Binary1100111110011001111000101000100000010111000111001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF99E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF99E2; }

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

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

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

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

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

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

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

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