#CB93F2

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

Shades of Wisteria #CB93F2

Tints of Wisteria #CB93F2

Color information

#CB93F2 (or 0xCB93F2) is unknown color: approx Wisteria. HEX triplet: CB, 93 and F2. RGB value is (203,147,242). Sum of RGB (Red+Green+Blue) = 203+147+242=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 147 (57.81% from 255 or 24.83% from 592); Blue value is 242 (94.92% from 255 or 40.88% from 592); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB93F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB93F2 is #346C0D. Grayscale: #AEAEAE. Windows color (decimal): -3435534 or 15897547. OLE color: 15897547.

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

Color convert

RGB203147242-
CMYK0.160.3900.05
HSL275.37º78.51%76.27%-
HSV(B)275.37º39.26%94.9%-
XYZ51.0939.9789.03-
YUV174.57166.05148.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.29%
GREEN value IS 147 (57.81% from 255) = 24.83%
BLUE value IS 242 (94.92% from 255) = 40.88%
R=34.29%
G=24.83%
B=40.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2031472420.160.3900.05275.3778.5176.27
HexCB93F21027051134f4c
Octal313223362204705423117114
Binary11001011100100111111001010000100111010110001001110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB93F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB93F2; }

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

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

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

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

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

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

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

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