#CA90ED

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

Shades of Wisteria #CA90ED

Tints of Wisteria #CA90ED

Color information

#CA90ED (or 0xCA90ED) is unknown color: approx Wisteria. HEX triplet: CA, 90 and ED. RGB value is (202,144,237). Sum of RGB (Red+Green+Blue) = 202+144+237=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 144 (56.64% from 255 or 24.70% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA90ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA90ED is #356F12. Grayscale: #ABABAB. Windows color (decimal): -3501843 or 15569098. OLE color: 15569098.

HSL color Cylindrical-coordinate representation of color #CA90ED: hue angle of 277.42º degrees, saturation: 0.72, 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 #CA90ED is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202144237-
CMYK0.150.3900.07
HSL277.42º72.09%74.71%-
HSV(B)277.42º39.24%92.94%-
XYZ49.6238.6284.96-
YUV171.94164.72149.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.65%
GREEN value IS 144 (56.64% from 255) = 24.70%
BLUE value IS 237 (92.97% from 255) = 40.65%
R=34.65%
G=24.70%
B=40.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021442370.150.3900.07277.4272.0974.71
HexCA90EDF2707115484b
Octal312220355174707425110113
Binary1100101010010000111011011111100111011110001010110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA90ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA90ED; }

 p { color: rgb(202,144,237); }

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

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

 a { background-color: rgb(202,144,237); }

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

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

 span { border-color: rgb(202,144,237); }

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