#CD48F3

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

Shades of Medium Orchid #CD48F3

Tints of Medium Orchid #CD48F3

Color information

#CD48F3 (or 0xCD48F3) is unknown color: approx Medium Orchid. HEX triplet: CD, 48 and F3. RGB value is (205,72,243). Sum of RGB (Red+Green+Blue) = 205+72+243=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 72 (28.52% from 255 or 13.85% from 520); Blue value is 243 (95.31% from 255 or 46.73% from 520); Max value from RGB is 243 - color contains mainly: blue. Hex color #CD48F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD48F3 is #32B70C. Grayscale: #828282. Windows color (decimal): -3323661 or 15943885. OLE color: 15943885.

HSL color Cylindrical-coordinate representation of color #CD48F3: hue angle of 286.67º 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 #CD48F3 is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20572243-
CMYK0.160.7000.05
HSL286.67º87.69%61.76%-
HSV(B)286.67º70.37%95.29%-
XYZ43.6724.0887.14-
YUV131.26191.06180.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.42%
GREEN value IS 72 (28.52% from 255) = 13.85%
BLUE value IS 243 (95.31% from 255) = 46.73%
R=39.42%
G=13.85%
B=46.73%

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
Decimal205722430.160.7000.05286.6787.6961.76
HexCD48F310460511f583e
Octal315110363201060543713076
Binary1100110110010001111001110000100011001011000111111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD48F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD48F3; }

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

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

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

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

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

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

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

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