#CD90EA

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

Shades of Wisteria #CD90EA

Tints of Wisteria #CD90EA

Color information

#CD90EA (or 0xCD90EA) is unknown color: approx Wisteria. HEX triplet: CD, 90 and EA. RGB value is (205,144,234). Sum of RGB (Red+Green+Blue) = 205+144+234=583 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.16% from 583); Green value is 144 (56.64% from 255 or 24.70% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 234 - color contains mainly: blue. Hex color #CD90EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD90EA is #326F15. Grayscale: #ACACAC. Windows color (decimal): -3305238 or 15372493. OLE color: 15372493.

HSL color Cylindrical-coordinate representation of color #CD90EA: hue angle of 280.67º 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 #CD90EA is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205144234-
CMYK0.120.3800.08
HSL280.67º68.18%74.12%-
HSV(B)280.67º38.46%91.76%-
XYZ5038.8782.71-
YUV172.5162.71151.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.16%
GREEN value IS 144 (56.64% from 255) = 24.70%
BLUE value IS 234 (91.80% from 255) = 40.14%
R=35.16%
G=24.70%
B=40.14%

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
Decimal2051442340.120.3800.08280.6768.1874.12
HexCD90EAC2608119444a
Octal3152203521446010431104112
Binary11001101100100001110101011001001100100010001100110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD90EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD90EA; }

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

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

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

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

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

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

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

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