#CD48F9

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

Shades of Medium Orchid #CD48F9

Tints of Medium Orchid #CD48F9

Color information

#CD48F9 (or 0xCD48F9) is unknown color: approx Medium Orchid. HEX triplet: CD, 48 and F9. RGB value is (205,72,249). Sum of RGB (Red+Green+Blue) = 205+72+249=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 72 (28.52% from 255 or 13.69% from 526); Blue value is 249 (97.66% from 255 or 47.34% from 526); Max value from RGB is 249 - color contains mainly: blue. Hex color #CD48F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD48F9 is #32B706. Grayscale: #838383. Windows color (decimal): -3323655 or 16337101. OLE color: 16337101.

HSL color Cylindrical-coordinate representation of color #CD48F9: hue angle of 285.08º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CD48F9 is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20572249-
CMYK0.180.7100.02
HSL285.08º93.65%62.94%-
HSV(B)285.08º71.08%97.65%-
XYZ44.5924.4591.99-
YUV131.94194.06180.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.97%
GREEN value IS 72 (28.52% from 255) = 13.69%
BLUE value IS 249 (97.66% from 255) = 47.34%
R=38.97%
G=13.69%
B=47.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal205722490.180.7100.02285.0893.6562.94
HexCD48F912470211d5e3f
Octal315110371221070243513677
Binary110011011001000111110011001010001110101000111011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD48F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD48F9; }

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

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

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

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

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

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

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

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