#CF90F9

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

Shades of Wisteria #CF90F9

Tints of Wisteria #CF90F9

Color information

#CF90F9 (or 0xCF90F9) is unknown color: approx Wisteria. HEX triplet: CF, 90 and F9. RGB value is (207,144,249). Sum of RGB (Red+Green+Blue) = 207+144+249=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 144 (56.64% from 255 or 24% from 600); Blue value is 249 (97.66% from 255 or 41.5% from 600); Max value from RGB is 249 - color contains mainly: blue. Hex color #CF90F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF90F9 is #306F06. Grayscale: #AEAEAE. Windows color (decimal): -3174151 or 16355535. OLE color: 16355535.

HSL color Cylindrical-coordinate representation of color #CF90F9: hue angle of 276º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF90F9 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207144249-
CMYK0.170.4200.02
HSL276º89.74%77.06%-
HSV(B)276º42.17%97.65%-
XYZ52.840.0594.57-
YUV174.81169.87150.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.5%
GREEN value IS 144 (56.64% from 255) = 24%
BLUE value IS 249 (97.66% from 255) = 41.5%
R=34.5%
G=24%
B=41.5%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2071442490.170.4200.0227689.7477.06
HexCF90F9112A021145a4d
Octal317220371215202424132115
Binary1100111110010000111110011000110101001010001010010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF90F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF90F9; }

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

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

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

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

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

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

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

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