#CB46DB

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

Shades of Medium Orchid #CB46DB

Tints of Medium Orchid #CB46DB

Color information

#CB46DB (or 0xCB46DB) is unknown color: approx Medium Orchid. HEX triplet: CB, 46 and DB. RGB value is (203,70,219). Sum of RGB (Red+Green+Blue) = 203+70+219=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 70 (27.73% from 255 or 14.23% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB46DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB46DB is #34B924. Grayscale: #7E7E7E. Windows color (decimal): -3455269 or 14370507. OLE color: 14370507.

HSL color Cylindrical-coordinate representation of color #CB46DB: hue angle of 293.56º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB46DB is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20370219-
CMYK0.070.6800.14
HSL293.56º67.42%56.67%-
HSV(B)293.56º68.04%85.88%-
XYZ39.622.1969.21-
YUV126.75180.06182.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.26%
GREEN value IS 70 (27.73% from 255) = 14.23%
BLUE value IS 219 (85.94% from 255) = 44.51%
R=41.26%
G=14.23%
B=44.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal203702190.070.6800.14293.5667.4256.67
HexCB46DB7440E1264339
Octal313106333710401644610371
Binary110010111000110110110111111000100011101001001101000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB46DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB46DB; }

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

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

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

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

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

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

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

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