#CE41FD

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

Shades of Medium Orchid #CE41FD

Tints of Medium Orchid #CE41FD

Color information

#CE41FD (or 0xCE41FD) is unknown color: approx Medium Orchid. HEX triplet: CE, 41 and FD. RGB value is (206,65,253). Sum of RGB (Red+Green+Blue) = 206+65+253=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 65 (25.78% from 255 or 12.40% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE41FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE41FD is #31BE02. Grayscale: #7F7F7F. Windows color (decimal): -3259907 or 16597454. OLE color: 16597454.

HSL color Cylindrical-coordinate representation of color #CE41FD: hue angle of 285º degrees, saturation: 0.98, 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 #CE41FD is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB20665253-
CMYK0.190.7400.01
HSL285º97.92%62.35%-
HSV(B)285º74.31%99.22%-
XYZ45.0723.9995.18-
YUV128.59198.21183.21-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.31%
GREEN value IS 65 (25.78% from 255) = 12.40%
BLUE value IS 253 (99.22% from 255) = 48.28%
R=39.31%
G=12.40%
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
Decimal206652530.190.7400.0128597.9262.35
HexCE41FD134A0111d623e
Octal316101375231120143514276
Binary11001110100000111111101100111001010011000111011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE41FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE41FD; }

 p { color: rgb(206,65,253); }

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

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

 a { background-color: rgb(206,65,253); }

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

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

 span { border-color: rgb(206,65,253); }

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