#CB94E1

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

Shades of Wisteria #CB94E1

Tints of Wisteria #CB94E1

Color information

#CB94E1 (or 0xCB94E1) is unknown color: approx Wisteria. HEX triplet: CB, 94 and E1. RGB value is (203,148,225). Sum of RGB (Red+Green+Blue) = 203+148+225=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 148 (58.20% from 255 or 25.69% from 576); Blue value is 225 (88.28% from 255 or 39.06% from 576); Max value from RGB is 225 - color contains mainly: blue. Hex color #CB94E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB94E1 is #346B1E. Grayscale: #ACACAC. Windows color (decimal): -3435295 or 14783691. OLE color: 14783691.

HSL color Cylindrical-coordinate representation of color #CB94E1: hue angle of 282.86º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB94E1 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB203148225-
CMYK0.100.3400.12
HSL282.86º56.2%73.14%-
HSV(B)282.86º34.22%88.24%-
XYZ48.8139.3176.25-
YUV173.22157.22149.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.24%
GREEN value IS 148 (58.20% from 255) = 25.69%
BLUE value IS 225 (88.28% from 255) = 39.06%
R=35.24%
G=25.69%
B=39.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2031482250.100.3400.12282.8656.273.14
HexCB94E1A220C11b3849
Octal313224341124201443370111
Binary1100101110010100111000011010100010011001000110111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB94E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB94E1; }

 p { color: rgb(203,148,225); }

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

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

 a { background-color: rgb(203,148,225); }

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

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

 span { border-color: rgb(203,148,225); }

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