#CB5ADD

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

Shades of Medium Orchid #CB5ADD

Tints of Medium Orchid #CB5ADD

Color information

#CB5ADD (or 0xCB5ADD) is unknown color: approx Medium Orchid. HEX triplet: CB, 5A and DD. RGB value is (203,90,221). Sum of RGB (Red+Green+Blue) = 203+90+221=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 90 (35.55% from 255 or 17.51% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB5ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5ADD is #34A522. Grayscale: #8A8A8A. Windows color (decimal): -3450147 or 14506699. OLE color: 14506699.

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

Color convert

RGB20390221-
CMYK0.080.5900.13
HSL291.76º65.83%60.98%-
HSV(B)291.76º59.28%86.67%-
XYZ41.3425.2371.1-
YUV138.72174.44173.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.49%
GREEN value IS 90 (35.55% from 255) = 17.51%
BLUE value IS 221 (86.72% from 255) = 43.00%
R=39.49%
G=17.51%
B=43.00%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal203902210.080.5900.13291.7665.8360.98
HexCB5ADD83B0D124423d
Octal313132335107301544410275
Binary110010111011010110111011000111011011011001001001000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5ADD; }

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

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

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

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

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

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

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

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