#cd41fc

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

Shades of Medium Orchid #CD41FC

Tints of Medium Orchid #CD41FC

Color information

#CD41FC (or 0xCD41FC) is unknown color: approx Medium Orchid. HEX triplet: CD, 41 and FC. RGB value is (205,65,252). Sum of RGB (Red+Green+Blue) = 205+65+252=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 65 (25.78% from 255 or 12.45% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #CD41FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD41FC is #32BE03. Grayscale: #7F7F7F. Windows color (decimal): -3325444 or 16531917. OLE color: 16531917.

HSL color Cylindrical-coordinate representation of color #CD41FC: hue angle of 284.92º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD41FC is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB20565252-
CMYK0.190.7400.01
HSL284.92º96.89%62.16%-
HSV(B)284.92º74.21%98.82%-
XYZ44.6423.7994.33-
YUV128.18197.88182.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.27%
GREEN value IS 65 (25.78% from 255) = 12.45%
BLUE value IS 252 (98.83% from 255) = 48.28%
R=39.27%
G=12.45%
B=48.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal205652520.190.7400.01284.9296.8962.16
HexCD41FC134A0111d613e
Octal315101374231120143514176
Binary11001101100000111111100100111001010011000111011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd41fc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd41fc; }

 p { color: rgb(205,65,252); }

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

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

 a { background-color: rgb(205,65,252); }

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

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

 span { border-color: rgb(205,65,252); }

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