#CB90EB

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

Shades of Wisteria #CB90EB

Tints of Wisteria #CB90EB

Color information

#CB90EB (or 0xCB90EB) is unknown color: approx Wisteria. HEX triplet: CB, 90 and EB. RGB value is (203,144,235). Sum of RGB (Red+Green+Blue) = 203+144+235=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 144 (56.64% from 255 or 24.74% from 582); Blue value is 235 (92.19% from 255 or 40.38% from 582); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB90EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB90EB is #346F14. Grayscale: #ABABAB. Windows color (decimal): -3436309 or 15438027. OLE color: 15438027.

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

Color convert

RGB203144235-
CMYK0.140.3900.08
HSL278.9º69.47%74.31%-
HSV(B)278.9º38.72%92.16%-
XYZ49.638.6483.44-
YUV172.02163.55150.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.88%
GREEN value IS 144 (56.64% from 255) = 24.74%
BLUE value IS 235 (92.19% from 255) = 40.38%
R=34.88%
G=24.74%
B=40.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2031442350.140.3900.08278.969.4774.31
HexCB90EBE2708117454a
Octal3132203531647010427105112
Binary11001011100100001110101111101001110100010001011110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB90EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB90EB; }

 p { color: rgb(203,144,235); }

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

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

 a { background-color: rgb(203,144,235); }

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

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

 span { border-color: rgb(203,144,235); }

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