#CB90FD

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

Shades of Wisteria #CB90FD

Tints of Wisteria #CB90FD

Color information

#CB90FD (or 0xCB90FD) is unknown color: approx Wisteria. HEX triplet: CB, 90 and FD. RGB value is (203,144,253). Sum of RGB (Red+Green+Blue) = 203+144+253=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 144 (56.64% from 255 or 24% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB90FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB90FD is #346F02. Grayscale: #ADADAD. Windows color (decimal): -3436291 or 16617675. OLE color: 16617675.

HSL color Cylindrical-coordinate representation of color #CB90FD: hue angle of 272.48º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB90FD is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB203144253-
CMYK0.200.4300.01
HSL272.48º96.46%77.84%-
HSV(B)272.48º43.08%99.22%-
XYZ52.3339.7397.84-
YUV174.07172.55148.64-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.83%
GREEN value IS 144 (56.64% from 255) = 24%
BLUE value IS 253 (99.22% from 255) = 42.17%
R=33.83%
G=24%
B=42.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2031442530.200.4300.01272.4896.4677.84
HexCB90FD142B01110604e
Octal313220375245301420140116
Binary110010111001000011111101101001010110110001000011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB90FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB90FD; }

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

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

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

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

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

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

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

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