#CF90EA

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

Shades of Wisteria #CF90EA

Tints of Wisteria #CF90EA

Color information

#CF90EA (or 0xCF90EA) is unknown color: approx Wisteria. HEX triplet: CF, 90 and EA. RGB value is (207,144,234). Sum of RGB (Red+Green+Blue) = 207+144+234=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 144 (56.64% from 255 or 24.62% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF90EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF90EA is #306F15. Grayscale: #ACACAC. Windows color (decimal): -3174166 or 15372495. OLE color: 15372495.

HSL color Cylindrical-coordinate representation of color #CF90EA: hue angle of 282º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF90EA is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB207144234-
CMYK0.120.3800.08
HSL282º68.18%74.12%-
HSV(B)282º38.46%91.76%-
XYZ50.5639.1582.73-
YUV173.1162.37152.18-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.38%
GREEN value IS 144 (56.64% from 255) = 24.62%
BLUE value IS 234 (91.80% from 255) = 40%
R=35.38%
G=24.62%
B=40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2071442340.120.3800.0828268.1874.12
HexCF90EAC260811a444a
Octal3172203521446010432104112
Binary11001111100100001110101011001001100100010001101010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF90EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF90EA; }

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

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

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

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

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

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

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

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