#CD47F0

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

Shades of Medium Orchid #CD47F0

Tints of Medium Orchid #CD47F0

Color information

#CD47F0 (or 0xCD47F0) is unknown color: approx Medium Orchid. HEX triplet: CD, 47 and F0. RGB value is (205,71,240). Sum of RGB (Red+Green+Blue) = 205+71+240=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 71 (28.12% from 255 or 13.76% from 516); Blue value is 240 (94.14% from 255 or 46.51% from 516); Max value from RGB is 240 - color contains mainly: blue. Hex color #CD47F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD47F0 is #32B80F. Grayscale: #818181. Windows color (decimal): -3323920 or 15747021. OLE color: 15747021.

HSL color Cylindrical-coordinate representation of color #CD47F0: hue angle of 287.57º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD47F0 is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB20571240-
CMYK0.150.7000.06
HSL287.57º84.92%60.98%-
HSV(B)287.57º70.42%94.12%-
XYZ43.1623.7884.75-
YUV130.33189.89181.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.73%
GREEN value IS 71 (28.12% from 255) = 13.76%
BLUE value IS 240 (94.14% from 255) = 46.51%
R=39.73%
G=13.76%
B=46.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal205712400.150.7000.06287.5784.9260.98
HexCD47F0F4606120553d
Octal315107360171060644012575
Binary110011011000111111100001111100011001101001000001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD47F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD47F0; }

 p { color: rgb(205,71,240); }

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

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

 a { background-color: rgb(205,71,240); }

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

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

 span { border-color: rgb(205,71,240); }

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