#CF90D9

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

Shades of Wisteria #CF90D9

Tints of Wisteria #CF90D9

Color information

#CF90D9 (or 0xCF90D9) is unknown color: approx Wisteria. HEX triplet: CF, 90 and D9. RGB value is (207,144,217). Sum of RGB (Red+Green+Blue) = 207+144+217=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 144 (56.64% from 255 or 25.35% from 568); Blue value is 217 (85.16% from 255 or 38.20% from 568); Max value from RGB is 217 - color contains mainly: blue. Hex color #CF90D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF90D9 is #306F26. Grayscale: #AAAAAA. Windows color (decimal): -3174183 or 14258383. OLE color: 14258383.

HSL color Cylindrical-coordinate representation of color #CF90D9: hue angle of 291.78º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CF90D9 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB207144217-
CMYK0.050.3400.15
HSL291.78º48.99%70.78%-
HSV(B)291.78º33.64%85.1%-
XYZ48.2338.2270.48-
YUV171.16153.87153.56-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.44%
GREEN value IS 144 (56.64% from 255) = 25.35%
BLUE value IS 217 (85.16% from 255) = 38.20%
R=36.44%
G=25.35%
B=38.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2071442170.050.3400.15291.7848.9970.78
HexCF90D95220F1243147
Octal31722033154201744461107
Binary110011111001000011011001101100010011111001001001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF90D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF90D9; }

 p { color: rgb(207,144,217); }

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

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

 a { background-color: rgb(207,144,217); }

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

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

 span { border-color: rgb(207,144,217); }

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