#CB3AEB

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

Shades of Medium Orchid #CB3AEB

Tints of Medium Orchid #CB3AEB

Color information

#CB3AEB (or 0xCB3AEB) is unknown color: approx Medium Orchid. HEX triplet: CB, 3A and EB. RGB value is (203,58,235). Sum of RGB (Red+Green+Blue) = 203+58+235=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 58 (23.05% from 255 or 11.69% from 496); Blue value is 235 (92.19% from 255 or 47.38% from 496); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB3AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3AEB is #34C514. Grayscale: #787878. Windows color (decimal): -3458325 or 15416011. OLE color: 15416011.

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

Color convert

RGB20358235-
CMYK0.140.7500.08
HSL289.15º81.57%57.45%-
HSV(B)289.15º75.32%92.16%-
XYZ41.1421.7280.62-
YUV121.53192.04186.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.93%
GREEN value IS 58 (23.05% from 255) = 11.69%
BLUE value IS 235 (92.19% from 255) = 47.38%
R=40.93%
G=11.69%
B=47.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal203582350.140.7500.08289.1581.5757.45
HexCB3AEBE4B081215239
Octal313723531611301044112271
Binary110010111110101110101111101001011010001001000011010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3AEB; }

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

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

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

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

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

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

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

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