#CB3DD6

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

Shades of Medium Orchid #CB3DD6

Tints of Medium Orchid #CB3DD6

Color information

#CB3DD6 (or 0xCB3DD6) is unknown color: approx Medium Orchid. HEX triplet: CB, 3D and D6. RGB value is (203,61,214). Sum of RGB (Red+Green+Blue) = 203+61+214=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 61 (24.22% from 255 or 12.76% from 478); Blue value is 214 (83.98% from 255 or 44.77% from 478); Max value from RGB is 214 - color contains mainly: blue. Hex color #CB3DD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3DD6 is #34C229. Grayscale: #787878. Windows color (decimal): -3457578 or 14040523. OLE color: 14040523.

HSL color Cylindrical-coordinate representation of color #CB3DD6: hue angle of 295.69º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB3DD6 is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20361214-
CMYK0.050.7100.16
HSL295.69º65.11%53.92%-
HSV(B)295.69º71.5%83.92%-
XYZ38.4320.8965.62-
YUV120.9180.54186.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.47%
GREEN value IS 61 (24.22% from 255) = 12.76%
BLUE value IS 214 (83.98% from 255) = 44.77%
R=42.47%
G=12.76%
B=44.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal203612140.050.7100.16295.6965.1153.92
HexCB3DD65470101284136
Octal31375326510702045010166
Binary110010111111011101011010110001110100001001010001000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3DD6; }

 p { color: rgb(203,61,214); }

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

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

 a { background-color: rgb(203,61,214); }

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

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

 span { border-color: rgb(203,61,214); }

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