#CB48F3

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

Shades of Medium Orchid #CB48F3

Tints of Medium Orchid #CB48F3

Color information

#CB48F3 (or 0xCB48F3) is unknown color: approx Medium Orchid. HEX triplet: CB, 48 and F3. RGB value is (203,72,243). Sum of RGB (Red+Green+Blue) = 203+72+243=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 72 (28.52% from 255 or 13.90% from 518); Blue value is 243 (95.31% from 255 or 46.91% from 518); Max value from RGB is 243 - color contains mainly: blue. Hex color #CB48F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB48F3 is #34B70C. Grayscale: #828282. Windows color (decimal): -3454733 or 15943883. OLE color: 15943883.

HSL color Cylindrical-coordinate representation of color #CB48F3: hue angle of 285.96º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB48F3 is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20372243-
CMYK0.160.7000.05
HSL285.96º87.69%61.76%-
HSV(B)285.96º70.37%95.29%-
XYZ43.1223.887.12-
YUV130.66191.4179.6-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.19%
GREEN value IS 72 (28.52% from 255) = 13.90%
BLUE value IS 243 (95.31% from 255) = 46.91%
R=39.19%
G=13.90%
B=46.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal203722430.160.7000.05285.9687.6961.76
HexCB48F310460511e583e
Octal313110363201060543613076
Binary1100101110010001111001110000100011001011000111101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB48F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB48F3; }

 p { color: rgb(203,72,243); }

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

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

 a { background-color: rgb(203,72,243); }

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

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

 span { border-color: rgb(203,72,243); }

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