#cb45d6

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

Shades of Medium Orchid #CB45D6

Tints of Medium Orchid #CB45D6

Color information

#CB45D6 (or 0xCB45D6) is unknown color: approx Medium Orchid. HEX triplet: CB, 45 and D6. RGB value is (203,69,214). Sum of RGB (Red+Green+Blue) = 203+69+214=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 69 (27.34% from 255 or 14.20% from 486); Blue value is 214 (83.98% from 255 or 44.03% from 486); Max value from RGB is 214 - color contains mainly: blue. Hex color #CB45D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB45D6 is #34BA29. Grayscale: #7D7D7D. Windows color (decimal): -3455530 or 14042571. OLE color: 14042571.

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

Color convert

RGB20369214-
CMYK0.050.6800.16
HSL295.45º63.88%55.49%-
HSV(B)295.45º67.76%83.92%-
XYZ38.8921.8165.78-
YUV125.6177.89183.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.77%
GREEN value IS 69 (27.34% from 255) = 14.20%
BLUE value IS 214 (83.98% from 255) = 44.03%
R=41.77%
G=14.20%
B=44.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal203692140.050.6800.16295.4563.8855.49
HexCB45D65440101274037
Octal313105326510402044710067
Binary1100101110001011101011010110001000100001001001111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb45d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb45d6; }

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

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

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

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

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

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

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

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