#CB93F3

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

Shades of Wisteria #CB93F3

Tints of Wisteria #CB93F3

Color information

#CB93F3 (or 0xCB93F3) is unknown color: approx Wisteria. HEX triplet: CB, 93 and F3. RGB value is (203,147,243). Sum of RGB (Red+Green+Blue) = 203+147+243=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 147 (57.81% from 255 or 24.79% from 593); Blue value is 243 (95.31% from 255 or 40.98% from 593); Max value from RGB is 243 - color contains mainly: blue. Hex color #CB93F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB93F3 is #346C0C. Grayscale: #AEAEAE. Windows color (decimal): -3435533 or 15963083. OLE color: 15963083.

HSL color Cylindrical-coordinate representation of color #CB93F3: hue angle of 275º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB93F3 is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB203147243-
CMYK0.160.4000.05
HSL275º80%76.47%-
HSV(B)275º39.51%95.29%-
XYZ51.2440.0489.82-
YUV174.69166.55148.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.23%
GREEN value IS 147 (57.81% from 255) = 24.79%
BLUE value IS 243 (95.31% from 255) = 40.98%
R=34.23%
G=24.79%
B=40.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2031472430.160.4000.052758076.47
HexCB93F3102805113504c
Octal313223363205005423120114
Binary11001011100100111111001110000101000010110001001110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB93F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB93F3; }

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

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

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

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

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

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

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

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