#CB85EA

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

Shades of Wisteria #CB85EA

Tints of Wisteria #CB85EA

Color information

#CB85EA (or 0xCB85EA) is unknown color: approx Wisteria. HEX triplet: CB, 85 and EA. RGB value is (203,133,234). Sum of RGB (Red+Green+Blue) = 203+133+234=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 133 (52.34% from 255 or 23.33% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB85EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB85EA is #347A15. Grayscale: #A5A5A5. Windows color (decimal): -3439126 or 15369675. OLE color: 15369675.

HSL color Cylindrical-coordinate representation of color #CB85EA: hue angle of 281.58º degrees, saturation: 0.71, 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 #CB85EA is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB203133234-
CMYK0.130.4300.08
HSL281.58º70.63%71.96%-
HSV(B)281.58º43.16%91.76%-
XYZ47.8735.4182.15-
YUV165.44166.69154.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.61%
GREEN value IS 133 (52.34% from 255) = 23.33%
BLUE value IS 234 (91.80% from 255) = 41.05%
R=35.61%
G=23.33%
B=41.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2031332340.130.4300.08281.5870.6371.96
HexCB85EAD2B0811a4748
Octal3132053521553010432107110
Binary11001011100001011110101011011010110100010001101010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB85EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB85EA; }

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

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

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

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

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

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

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

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