#cd44f7

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

Shades of Medium Orchid #CD44F7

Tints of Medium Orchid #CD44F7

Color information

#CD44F7 (or 0xCD44F7) is unknown color: approx Medium Orchid. HEX triplet: CD, 44 and F7. RGB value is (205,68,247). Sum of RGB (Red+Green+Blue) = 205+68+247=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 68 (26.95% from 255 or 13.08% from 520); Blue value is 247 (96.88% from 255 or 47.5% from 520); Max value from RGB is 247 - color contains mainly: blue. Hex color #CD44F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD44F7 is #32BB08. Grayscale: #808080. Windows color (decimal): -3324681 or 16205005. OLE color: 16205005.

HSL color Cylindrical-coordinate representation of color #CD44F7: hue angle of 285.92º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD44F7 is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB20568247-
CMYK0.170.7200.03
HSL285.92º91.79%61.76%-
HSV(B)285.92º72.47%96.86%-
XYZ44.0323.8390.27-
YUV129.37194.39181.95-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.42%
GREEN value IS 68 (26.95% from 255) = 13.08%
BLUE value IS 247 (96.88% from 255) = 47.5%
R=39.42%
G=13.08%
B=47.5%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal205682470.170.7200.03285.9291.7961.76
HexCD44F711480311e5c3e
Octal315104367211100343613476
Binary110011011000100111101111000110010000111000111101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd44f7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd44f7; }

 p { color: rgb(205,68,247); }

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

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

 a { background-color: rgb(205,68,247); }

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

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

 span { border-color: rgb(205,68,247); }

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