#CB85EB

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

Shades of Wisteria #CB85EB

Tints of Wisteria #CB85EB

Color information

#CB85EB (or 0xCB85EB) is unknown color: approx Wisteria. HEX triplet: CB, 85 and EB. RGB value is (203,133,235). Sum of RGB (Red+Green+Blue) = 203+133+235=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 133 (52.34% from 255 or 23.29% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB85EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB85EB is #347A14. Grayscale: #A5A5A5. Windows color (decimal): -3439125 or 15435211. OLE color: 15435211.

HSL color Cylindrical-coordinate representation of color #CB85EB: hue angle of 281.18º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB85EB is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB203133235-
CMYK0.140.4300.08
HSL281.18º71.83%72.16%-
HSV(B)281.18º43.4%92.16%-
XYZ48.0135.4782.91-
YUV165.56167.19154.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.55%
GREEN value IS 133 (52.34% from 255) = 23.29%
BLUE value IS 235 (92.19% from 255) = 41.16%
R=35.55%
G=23.29%
B=41.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2031332350.140.4300.08281.1871.8372.16
HexCB85EBE2B081194848
Octal3132053531653010431110110
Binary11001011100001011110101111101010110100010001100110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB85EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB85EB; }

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

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

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

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

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

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

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

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