#CB93FB

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

Shades of Wisteria #CB93FB

Tints of Wisteria #CB93FB

Color information

#CB93FB (or 0xCB93FB) is unknown color: approx Wisteria. HEX triplet: CB, 93 and FB. RGB value is (203,147,251). Sum of RGB (Red+Green+Blue) = 203+147+251=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 147 (57.81% from 255 or 24.46% from 601); Blue value is 251 (98.44% from 255 or 41.76% from 601); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB93FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB93FB is #346C04. Grayscale: #AFAFAF. Windows color (decimal): -3435525 or 16487371. OLE color: 16487371.

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

Color convert

RGB203147251-
CMYK0.190.4100.02
HSL272.31º92.86%78.04%-
HSV(B)272.31º41.43%98.43%-
XYZ52.4740.5396.32-
YUV175.6170.55147.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.78%
GREEN value IS 147 (57.81% from 255) = 24.46%
BLUE value IS 251 (98.44% from 255) = 41.76%
R=33.78%
G=24.46%
B=41.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2031472510.190.4100.02272.3192.8678.04
HexCB93FB1329021105d4e
Octal313223373235102420135116
Binary1100101110010011111110111001110100101010001000010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB93FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB93FB; }

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

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

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

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

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

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

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

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