#CF94DE

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

Shades of Wisteria #CF94DE

Tints of Wisteria #CF94DE

Color information

#CF94DE (or 0xCF94DE) is unknown color: approx Wisteria. HEX triplet: CF, 94 and DE. RGB value is (207,148,222). Sum of RGB (Red+Green+Blue) = 207+148+222=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 148 (58.20% from 255 or 25.65% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF94DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF94DE is #306B21. Grayscale: #ADADAD. Windows color (decimal): -3173154 or 14587087. OLE color: 14587087.

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

Color convert

RGB207148222-
CMYK0.070.3300.13
HSL287.84º52.86%72.55%-
HSV(B)287.84º33.33%87.06%-
XYZ49.5139.7274.16-
YUV174.08155.05151.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.88%
GREEN value IS 148 (58.20% from 255) = 25.65%
BLUE value IS 222 (87.11% from 255) = 38.47%
R=35.88%
G=25.65%
B=38.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071482220.070.3300.13287.8452.8672.55
HexCF94DE7210D1203549
Octal31722433674101544065111
Binary110011111001010011011110111100001011011001000001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF94DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF94DE; }

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

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

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

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

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

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

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

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