#CD40F6

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

Shades of Medium Orchid #CD40F6

Tints of Medium Orchid #CD40F6

Color information

#CD40F6 (or 0xCD40F6) is unknown color: approx Medium Orchid. HEX triplet: CD, 40 and F6. RGB value is (205,64,246). Sum of RGB (Red+Green+Blue) = 205+64+246=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 64 (25.39% from 255 or 12.43% from 515); Blue value is 246 (96.48% from 255 or 47.77% from 515); Max value from RGB is 246 - color contains mainly: blue. Hex color #CD40F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD40F6 is #32BF09. Grayscale: #7E7E7E. Windows color (decimal): -3325706 or 16138445. OLE color: 16138445.

HSL color Cylindrical-coordinate representation of color #CD40F6: hue angle of 286.48º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD40F6 is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB20564246-
CMYK0.170.7400.04
HSL286.48º91%60.78%-
HSV(B)286.48º73.98%96.47%-
XYZ43.6423.389.39-
YUV126.91195.21183.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.81%
GREEN value IS 64 (25.39% from 255) = 12.43%
BLUE value IS 246 (96.48% from 255) = 47.77%
R=39.81%
G=12.43%
B=47.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal205642460.170.7400.04286.489160.78
HexCD40F6114A0411e5b3d
Octal315100366211120443613375
Binary1100110110000001111011010001100101001001000111101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD40F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD40F6; }

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

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

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

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

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

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

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

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