#CF99DE

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

Shades of Wisteria #CF99DE

Tints of Wisteria #CF99DE

Color information

#CF99DE (or 0xCF99DE) is unknown color: approx Wisteria. HEX triplet: CF, 99 and DE. RGB value is (207,153,222). Sum of RGB (Red+Green+Blue) = 207+153+222=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 153 (60.16% from 255 or 26.29% from 582); Blue value is 222 (87.11% from 255 or 38.14% from 582); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF99DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF99DE is #306621. Grayscale: #B0B0B0. Windows color (decimal): -3171874 or 14588367. OLE color: 14588367.

HSL color Cylindrical-coordinate representation of color #CF99DE: hue angle of 286.96º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CF99DE is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207153222-
CMYK0.070.3100.13
HSL286.96º51.11%73.53%-
HSV(B)286.96º31.08%87.06%-
XYZ50.3141.3274.43-
YUV177.01153.39149.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.57%
GREEN value IS 153 (60.16% from 255) = 26.29%
BLUE value IS 222 (87.11% from 255) = 38.14%
R=35.57%
G=26.29%
B=38.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071532220.070.3100.13286.9651.1173.53
HexCF99DE71F0D11f334a
Octal31723133673701543763112
Binary11001111100110011101111011111111011011000111111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF99DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF99DE; }

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

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

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

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

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

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

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

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