#CD41FE

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

Shades of Medium Orchid #CD41FE

Tints of Medium Orchid #CD41FE

Color information

#CD41FE (or 0xCD41FE) is unknown color: approx Medium Orchid. HEX triplet: CD, 41 and FE. RGB value is (205,65,254). Sum of RGB (Red+Green+Blue) = 205+65+254=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 65 (25.78% from 255 or 12.40% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #CD41FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD41FE is #32BE01. Grayscale: #7F7F7F. Windows color (decimal): -3325442 or 16662989. OLE color: 16662989.

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

Color convert

RGB20565254-
CMYK0.190.7400.00
HSL284.44º98.95%62.55%-
HSV(B)284.44º74.41%99.61%-
XYZ44.9623.9296.01-
YUV128.41198.88182.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.12%
GREEN value IS 65 (25.78% from 255) = 12.40%
BLUE value IS 254 (99.61% from 255) = 48.47%
R=39.12%
G=12.40%
B=48.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal205652540.190.7400.00284.4498.9562.55
HexCD41FE134A0011c633f
Octal315101376231120043414377
Binary11001101100000111111110100111001010001000111001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD41FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD41FE; }

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

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

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

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

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

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

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

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