#CF90E4

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

Shades of Wisteria #CF90E4

Tints of Wisteria #CF90E4

Color information

#CF90E4 (or 0xCF90E4) is unknown color: approx Wisteria. HEX triplet: CF, 90 and E4. RGB value is (207,144,228). Sum of RGB (Red+Green+Blue) = 207+144+228=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 144 (56.64% from 255 or 24.87% from 579); Blue value is 228 (89.45% from 255 or 39.38% from 579); Max value from RGB is 228 - color contains mainly: blue. Hex color #CF90E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF90E4 is #306F1B. Grayscale: #ACACAC. Windows color (decimal): -3174172 or 14979279. OLE color: 14979279.

HSL color Cylindrical-coordinate representation of color #CF90E4: hue angle of 285º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CF90E4 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB207144228-
CMYK0.090.3700.11
HSL285º60.87%72.94%-
HSV(B)285º36.84%89.41%-
XYZ49.7138.8178.27-
YUV172.41159.37152.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.75%
GREEN value IS 144 (56.64% from 255) = 24.87%
BLUE value IS 228 (89.45% from 255) = 39.38%
R=35.75%
G=24.87%
B=39.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2071442280.090.3700.1128560.8772.94
HexCF90E49250B11d3d49
Octal317220344114501343575111
Binary1100111110010000111001001001100101010111000111011111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF90E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF90E4; }

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

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

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

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

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

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

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

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