#CD40FE

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

Shades of Medium Orchid #CD40FE

Tints of Medium Orchid #CD40FE

Color information

#CD40FE (or 0xCD40FE) is unknown color: approx Medium Orchid. HEX triplet: CD, 40 and FE. RGB value is (205,64,254). Sum of RGB (Red+Green+Blue) = 205+64+254=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 64 (25.39% from 255 or 12.24% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #CD40FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD40FE is #32BF01. Grayscale: #7F7F7F. Windows color (decimal): -3325698 or 16662733. OLE color: 16662733.

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

Color convert

RGB20564254-
CMYK0.190.7500.00
HSL284.53º98.96%62.35%-
HSV(B)284.53º74.8%99.61%-
XYZ44.923.895.99-
YUV127.82199.21183.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.20%
GREEN value IS 64 (25.39% from 255) = 12.24%
BLUE value IS 254 (99.61% from 255) = 48.57%
R=39.20%
G=12.24%
B=48.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal205642540.190.7500.00284.5398.9662.35
HexCD40FE134B0011d633e
Octal315100376231130043514376
Binary11001101100000011111110100111001011001000111011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD40FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD40FE; }

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

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

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

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

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

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

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

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