#CF90EE

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

Shades of Wisteria #CF90EE

Tints of Wisteria #CF90EE

Color information

#CF90EE (or 0xCF90EE) is unknown color: approx Wisteria. HEX triplet: CF, 90 and EE. RGB value is (207,144,238). Sum of RGB (Red+Green+Blue) = 207+144+238=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 144 (56.64% from 255 or 24.45% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF90EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF90EE is #306F11. Grayscale: #ADADAD. Windows color (decimal): -3174162 or 15634639. OLE color: 15634639.

HSL color Cylindrical-coordinate representation of color #CF90EE: hue angle of 280.21º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF90EE is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB207144238-
CMYK0.130.3900.07
HSL280.21º73.44%74.9%-
HSV(B)280.21º39.5%93.33%-
XYZ51.1439.3885.8-
YUV173.55164.37151.86-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.14%
GREEN value IS 144 (56.64% from 255) = 24.45%
BLUE value IS 238 (93.36% from 255) = 40.41%
R=35.14%
G=24.45%
B=40.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2071442380.130.3900.07280.2173.4474.9
HexCF90EED2707118494b
Octal317220356154707430111113
Binary1100111110010000111011101101100111011110001100010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF90EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF90EE; }

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

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

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

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

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

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

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

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