#CB95E0

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

Shades of Wisteria #CB95E0

Tints of Wisteria #CB95E0

Color information

#CB95E0 (or 0xCB95E0) is unknown color: approx Wisteria. HEX triplet: CB, 95 and E0. RGB value is (203,149,224). Sum of RGB (Red+Green+Blue) = 203+149+224=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 149 (58.59% from 255 or 25.87% from 576); Blue value is 224 (87.89% from 255 or 38.89% from 576); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB95E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB95E0 is #346A1F. Grayscale: #ADADAD. Windows color (decimal): -3435040 or 14718411. OLE color: 14718411.

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

Color convert

RGB203149224-
CMYK0.090.3300.12
HSL283.2º54.74%73.14%-
HSV(B)283.2º33.48%87.84%-
XYZ48.8339.5775.59-
YUV173.7156.39148.9-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.24%
GREEN value IS 149 (58.59% from 255) = 25.87%
BLUE value IS 224 (87.89% from 255) = 38.89%
R=35.24%
G=25.87%
B=38.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2031492240.090.3300.12283.254.7473.14
HexCB95E09210C11b3749
Octal313225340114101443367111
Binary1100101110010101111000001001100001011001000110111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB95E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB95E0; }

 p { color: rgb(203,149,224); }

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

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

 a { background-color: rgb(203,149,224); }

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

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

 span { border-color: rgb(203,149,224); }

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