#CB85ED

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

Shades of Wisteria #CB85ED

Tints of Wisteria #CB85ED

Color information

#CB85ED (or 0xCB85ED) is unknown color: approx Wisteria. HEX triplet: CB, 85 and ED. RGB value is (203,133,237). Sum of RGB (Red+Green+Blue) = 203+133+237=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 133 (52.34% from 255 or 23.21% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB85ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB85ED is #347A12. Grayscale: #A5A5A5. Windows color (decimal): -3439123 or 15566283. OLE color: 15566283.

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

Color convert

RGB203133237-
CMYK0.140.4400.07
HSL280.38º74.29%72.55%-
HSV(B)280.38º43.88%92.94%-
XYZ48.335.5984.44-
YUV165.79168.19154.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.43%
GREEN value IS 133 (52.34% from 255) = 23.21%
BLUE value IS 237 (92.97% from 255) = 41.36%
R=35.43%
G=23.21%
B=41.36%

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
Decimal2031332370.140.4400.07280.3874.2972.55
HexCB85EDE2C071184a49
Octal313205355165407430112111
Binary1100101110000101111011011110101100011110001100010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB85ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB85ED; }

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

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

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

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

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

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

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

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