#CF94DD

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

Shades of Wisteria #CF94DD

Tints of Wisteria #CF94DD

Color information

#CF94DD (or 0xCF94DD) is unknown color: approx Wisteria. HEX triplet: CF, 94 and DD. RGB value is (207,148,221). Sum of RGB (Red+Green+Blue) = 207+148+221=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 148 (58.20% from 255 or 25.69% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF94DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF94DD is #306B22. Grayscale: #ADADAD. Windows color (decimal): -3173155 or 14521551. OLE color: 14521551.

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

Color convert

RGB207148221-
CMYK0.060.3300.13
HSL288.49º51.77%72.35%-
HSV(B)288.49º33.03%86.67%-
XYZ49.3739.6773.46-
YUV173.96154.55151.56-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.94%
GREEN value IS 148 (58.20% from 255) = 25.69%
BLUE value IS 221 (86.72% from 255) = 38.37%
R=35.94%
G=25.69%
B=38.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071482210.060.3300.13288.4951.7772.35
HexCF94DD6210D1203448
Octal31722433564101544064110
Binary110011111001010011011101110100001011011001000001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF94DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF94DD; }

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

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

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

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

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

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

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

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