#CB4CD3

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

Shades of Medium Orchid #CB4CD3

Tints of Medium Orchid #CB4CD3

Color information

#CB4CD3 (or 0xCB4CD3) is unknown color: approx Medium Orchid. HEX triplet: CB, 4C and D3. RGB value is (203,76,211). Sum of RGB (Red+Green+Blue) = 203+76+211=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 76 (30.08% from 255 or 15.51% from 490); Blue value is 211 (82.81% from 255 or 43.06% from 490); Max value from RGB is 211 - color contains mainly: blue. Hex color #CB4CD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4CD3 is #34B32C. Grayscale: #808080. Windows color (decimal): -3453741 or 13847755. OLE color: 13847755.

HSL color Cylindrical-coordinate representation of color #CB4CD3: hue angle of 296.44º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB4CD3 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20376211-
CMYK0.040.6400.17
HSL296.44º60.54%56.27%-
HSV(B)296.44º63.98%82.75%-
XYZ38.9722.5763.93-
YUV129.36174.08180.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.43%
GREEN value IS 76 (30.08% from 255) = 15.51%
BLUE value IS 211 (82.81% from 255) = 43.06%
R=41.43%
G=15.51%
B=43.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal203762110.040.6400.17296.4460.5456.27
HexCB4CD34400111283d38
Octal31311432341000214507570
Binary110010111001100110100111001000000010001100101000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4CD3; }

 p { color: rgb(203,76,211); }

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

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

 a { background-color: rgb(203,76,211); }

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

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

 span { border-color: rgb(203,76,211); }

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