#CB85EC

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

Shades of Wisteria #CB85EC

Tints of Wisteria #CB85EC

Color information

#CB85EC (or 0xCB85EC) is unknown color: approx Wisteria. HEX triplet: CB, 85 and EC. RGB value is (203,133,236). Sum of RGB (Red+Green+Blue) = 203+133+236=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 133 (52.34% from 255 or 23.25% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB85EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB85EC is #347A13. Grayscale: #A5A5A5. Windows color (decimal): -3439124 or 15500747. OLE color: 15500747.

HSL color Cylindrical-coordinate representation of color #CB85EC: hue angle of 280.78º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB85EC is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203133236-
CMYK0.140.4400.07
HSL280.78º73.05%72.35%-
HSV(B)280.78º43.64%92.55%-
XYZ48.1635.5383.68-
YUV165.67167.69154.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.49%
GREEN value IS 133 (52.34% from 255) = 23.25%
BLUE value IS 236 (92.58% from 255) = 41.26%
R=35.49%
G=23.25%
B=41.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031332360.140.4400.07280.7873.0572.35
HexCB85ECE2C071194948
Octal313205354165407431111110
Binary1100101110000101111011001110101100011110001100110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB85EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB85EC; }

 p { color: rgb(203,133,236); }

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

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

 a { background-color: rgb(203,133,236); }

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

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

 span { border-color: rgb(203,133,236); }

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