#CB90FB

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

Shades of Wisteria #CB90FB

Tints of Wisteria #CB90FB

Color information

#CB90FB (or 0xCB90FB) is unknown color: approx Wisteria. HEX triplet: CB, 90 and FB. RGB value is (203,144,251). Sum of RGB (Red+Green+Blue) = 203+144+251=598 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.95% from 598); Green value is 144 (56.64% from 255 or 24.08% from 598); Blue value is 251 (98.44% from 255 or 41.97% from 598); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB90FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB90FB is #346F04. Grayscale: #ADADAD. Windows color (decimal): -3436293 or 16486603. OLE color: 16486603.

HSL color Cylindrical-coordinate representation of color #CB90FB: hue angle of 273.08º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB90FB is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB203144251-
CMYK0.190.4300.02
HSL273.08º93.04%77.45%-
HSV(B)273.08º42.63%98.43%-
XYZ52.0139.6196.17-
YUV173.84171.55148.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.95%
GREEN value IS 144 (56.64% from 255) = 24.08%
BLUE value IS 251 (98.44% from 255) = 41.97%
R=33.95%
G=24.08%
B=41.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2031442510.190.4300.02273.0893.0477.45
HexCB90FB132B021115d4d
Octal313220373235302421135115
Binary1100101110010000111110111001110101101010001000110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB90FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB90FB; }

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

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

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

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

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

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

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

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