#CB3BD9

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

Shades of Medium Orchid #CB3BD9

Tints of Medium Orchid #CB3BD9

Color information

#CB3BD9 (or 0xCB3BD9) is unknown color: approx Medium Orchid. HEX triplet: CB, 3B and D9. RGB value is (203,59,217). Sum of RGB (Red+Green+Blue) = 203+59+217=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 59 (23.44% from 255 or 12.32% from 479); Blue value is 217 (85.16% from 255 or 45.30% from 479); Max value from RGB is 217 - color contains mainly: blue. Hex color #CB3BD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3BD9 is #34C426. Grayscale: #777777. Windows color (decimal): -3458087 or 14236619. OLE color: 14236619.

HSL color Cylindrical-coordinate representation of color #CB3BD9: hue angle of 294.68º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB3BD9 is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20359217-
CMYK0.060.7300.15
HSL294.68º67.52%54.12%-
HSV(B)294.68º72.81%85.1%-
XYZ38.7220.8367.63-
YUV120.07182.71187.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.38%
GREEN value IS 59 (23.44% from 255) = 12.32%
BLUE value IS 217 (85.16% from 255) = 45.30%
R=42.38%
G=12.32%
B=45.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal203592170.060.7300.15294.6867.5254.12
HexCB3BD96490F1274436
Octal31373331611101744710466
Binary11001011111011110110011101001001011111001001111000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3BD9; }

 p { color: rgb(203,59,217); }

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

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

 a { background-color: rgb(203,59,217); }

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

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

 span { border-color: rgb(203,59,217); }

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