#CD37FA

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

Shades of Medium Orchid #CD37FA

Tints of Medium Orchid #CD37FA

Color information

#CD37FA (or 0xCD37FA) is unknown color: approx Medium Orchid. HEX triplet: CD, 37 and FA. RGB value is (205,55,250). Sum of RGB (Red+Green+Blue) = 205+55+250=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 55 (21.88% from 255 or 10.78% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #CD37FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD37FA is #32C805. Grayscale: #797979. Windows color (decimal): -3328006 or 16398285. OLE color: 16398285.

HSL color Cylindrical-coordinate representation of color #CD37FA: hue angle of 286.15º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD37FA is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20555250-
CMYK0.180.7800.02
HSL286.15º95.12%59.8%-
HSV(B)286.15º78%98.04%-
XYZ43.822.6192.5-
YUV122.08200.2187.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.20%
GREEN value IS 55 (21.88% from 255) = 10.78%
BLUE value IS 250 (98.05% from 255) = 49.02%
R=40.20%
G=10.78%
B=49.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal205552500.180.7800.02286.1595.1259.8
HexCD37FA124E0211e5f3c
Octal31567372221160243613774
Binary11001101110111111110101001010011100101000111101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD37FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD37FA; }

 p { color: rgb(205,55,250); }

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

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

 a { background-color: rgb(205,55,250); }

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

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

 span { border-color: rgb(205,55,250); }

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