#CC37FA

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

Shades of Medium Orchid #CC37FA

Tints of Medium Orchid #CC37FA

Color information

#CC37FA (or 0xCC37FA) is unknown color: approx Medium Orchid. HEX triplet: CC, 37 and FA. RGB value is (204,55,250). Sum of RGB (Red+Green+Blue) = 204+55+250=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 55 (21.88% from 255 or 10.81% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC37FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC37FA is #33C805. Grayscale: #797979. Windows color (decimal): -3393542 or 16398284. OLE color: 16398284.

HSL color Cylindrical-coordinate representation of color #CC37FA: hue angle of 285.85º 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 #CC37FA is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20455250-
CMYK0.180.7800.02
HSL285.85º95.12%59.8%-
HSV(B)285.85º78%98.04%-
XYZ43.5222.4792.49-
YUV121.78200.36186.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.08%
GREEN value IS 55 (21.88% from 255) = 10.81%
BLUE value IS 250 (98.05% from 255) = 49.12%
R=40.08%
G=10.81%
B=49.12%

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
Decimal204552500.180.7800.02285.8595.1259.8
HexCC37FA124E0211e5f3c
Octal31467372221160243613774
Binary11001100110111111110101001010011100101000111101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC37FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC37FA; }

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

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

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

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

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

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

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

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