#CB46DD

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

Shades of Medium Orchid #CB46DD

Tints of Medium Orchid #CB46DD

Color information

#CB46DD (or 0xCB46DD) is unknown color: approx Medium Orchid. HEX triplet: CB, 46 and DD. RGB value is (203,70,221). Sum of RGB (Red+Green+Blue) = 203+70+221=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 70 (27.73% from 255 or 14.17% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB46DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB46DD is #34B922. Grayscale: #7E7E7E. Windows color (decimal): -3455267 or 14501579. OLE color: 14501579.

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

Color convert

RGB20370221-
CMYK0.080.6800.13
HSL292.85º68.95%57.06%-
HSV(B)292.85º68.33%86.67%-
XYZ39.8722.370.61-
YUV126.98181.06182.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.09%
GREEN value IS 70 (27.73% from 255) = 14.17%
BLUE value IS 221 (86.72% from 255) = 44.74%
R=41.09%
G=14.17%
B=44.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal203702210.080.6800.13292.8568.9557.06
HexCB46DD8440D1254539
Octal3131063351010401544510571
Binary1100101110001101101110110001000100011011001001011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB46DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB46DD; }

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

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

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

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

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

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

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

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