#CB3ADD

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

Shades of Medium Orchid #CB3ADD

Tints of Medium Orchid #CB3ADD

Color information

#CB3ADD (or 0xCB3ADD) is unknown color: approx Medium Orchid. HEX triplet: CB, 3A and DD. RGB value is (203,58,221). Sum of RGB (Red+Green+Blue) = 203+58+221=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 58 (23.05% from 255 or 12.03% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB3ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3ADD is #34C522. Grayscale: #777777. Windows color (decimal): -3458339 or 14498507. OLE color: 14498507.

HSL color Cylindrical-coordinate representation of color #CB3ADD: hue angle of 293.37º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB3ADD is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20358221-
CMYK0.080.7400.13
HSL293.37º70.56%54.71%-
HSV(B)293.37º73.76%86.67%-
XYZ39.1920.9470.38-
YUV119.94185.04187.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.12%
GREEN value IS 58 (23.05% from 255) = 12.03%
BLUE value IS 221 (86.72% from 255) = 45.85%
R=42.12%
G=12.03%
B=45.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal203582210.080.7400.13293.3770.5654.71
HexCB3ADD84A0D1254737
Octal313723351011201544510767
Binary110010111110101101110110001001010011011001001011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3ADD; }

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

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

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

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

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

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

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

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