#cd45f3

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

Shades of Medium Orchid #CD45F3

Tints of Medium Orchid #CD45F3

Color information

#CD45F3 (or 0xCD45F3) is unknown color: approx Medium Orchid. HEX triplet: CD, 45 and F3. RGB value is (205,69,243). Sum of RGB (Red+Green+Blue) = 205+69+243=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 69 (27.34% from 255 or 13.35% from 517); Blue value is 243 (95.31% from 255 or 47.00% from 517); Max value from RGB is 243 - color contains mainly: blue. Hex color #CD45F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD45F3 is #32BA0C. Grayscale: #808080. Windows color (decimal): -3324429 or 15943117. OLE color: 15943117.

HSL color Cylindrical-coordinate representation of color #CD45F3: hue angle of 286.9º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD45F3 is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20569243-
CMYK0.160.7200.05
HSL286.9º87.88%61.18%-
HSV(B)286.9º71.6%95.29%-
XYZ43.4823.7187.08-
YUV129.5192.06181.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.65%
GREEN value IS 69 (27.34% from 255) = 13.35%
BLUE value IS 243 (95.31% from 255) = 47.00%
R=39.65%
G=13.35%
B=47.00%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal205692430.160.7200.05286.987.8861.18
HexCD45F310480511f583d
Octal315105363201100543713075
Binary1100110110001011111001110000100100001011000111111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd45f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd45f3; }

 p { color: rgb(205,69,243); }

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

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

 a { background-color: rgb(205,69,243); }

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

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

 span { border-color: rgb(205,69,243); }

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