#CD40FF

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

Shades of Medium Orchid #CD40FF

Tints of Medium Orchid #CD40FF

Color information

#CD40FF (or 0xCD40FF) is unknown color: approx Medium Orchid. HEX triplet: CD, 40 and FF. RGB value is (205,64,255). Sum of RGB (Red+Green+Blue) = 205+64+255=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 64 (25.39% from 255 or 12.21% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD40FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD40FF is #32BF00. Grayscale: #7F7F7F. Windows color (decimal): -3325697 or 16728269. OLE color: 16728269.

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

Color convert

RGB20564255-
CMYK0.200.7500
HSL284.29º100%62.55%-
HSV(B)284.29º74.9%100%-
XYZ45.0623.8796.84-
YUV127.93199.71182.97-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.12%
GREEN value IS 64 (25.39% from 255) = 12.21%
BLUE value IS 255 (100% from 255) = 48.66%
R=39.12%
G=12.21%
B=48.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal205642550.200.7500284.2910062.55
HexCD40FF144B0011c643f
Octal315100377241130043414477
Binary11001101100000011111111101001001011001000111001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD40FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD40FF; }

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

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

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

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

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

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

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

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