#CF90DC

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

Shades of Wisteria #CF90DC

Tints of Wisteria #CF90DC

Color information

#CF90DC (or 0xCF90DC) is unknown color: approx Wisteria. HEX triplet: CF, 90 and DC. RGB value is (207,144,220). Sum of RGB (Red+Green+Blue) = 207+144+220=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 144 (56.64% from 255 or 25.22% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF90DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF90DC is #306F23. Grayscale: #ABABAB. Windows color (decimal): -3174180 or 14454991. OLE color: 14454991.

HSL color Cylindrical-coordinate representation of color #CF90DC: hue angle of 289.74º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CF90DC is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB207144220-
CMYK0.060.3500.14
HSL289.74º52.05%71.37%-
HSV(B)289.74º34.55%86.27%-
XYZ48.6238.3872.56-
YUV171.5155.37153.32-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.25%
GREEN value IS 144 (56.64% from 255) = 25.22%
BLUE value IS 220 (86.33% from 255) = 38.53%
R=36.25%
G=25.22%
B=38.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2071442200.060.3500.14289.7452.0571.37
HexCF90DC6230E1223447
Octal31722033464301644264107
Binary110011111001000011011100110100011011101001000101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF90DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF90DC; }

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

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

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

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

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

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

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

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