#CB3DDC

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

Shades of Medium Orchid #CB3DDC

Tints of Medium Orchid #CB3DDC

Color information

#CB3DDC (or 0xCB3DDC) is unknown color: approx Medium Orchid. HEX triplet: CB, 3D and DC. RGB value is (203,61,220). Sum of RGB (Red+Green+Blue) = 203+61+220=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 61 (24.22% from 255 or 12.60% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB3DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3DDC is #34C223. Grayscale: #797979. Windows color (decimal): -3457572 or 14433739. OLE color: 14433739.

HSL color Cylindrical-coordinate representation of color #CB3DDC: hue angle of 293.58º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB3DDC is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20361220-
CMYK0.080.7200.14
HSL293.58º69.43%55.1%-
HSV(B)293.58º72.27%86.27%-
XYZ39.2221.269.74-
YUV121.58183.54186.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.94%
GREEN value IS 61 (24.22% from 255) = 12.60%
BLUE value IS 220 (86.33% from 255) = 45.45%
R=41.94%
G=12.60%
B=45.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal203612200.080.7200.14293.5869.4355.1
HexCB3DDC8480E1264537
Octal313753341011001644610567
Binary110010111111011101110010001001000011101001001101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3DDC; }

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

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

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

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

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

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

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

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