#c641d4

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

Shades of Medium Orchid #C641D4

Tints of Medium Orchid #C641D4

Color information

#C641D4 (or 0xC641D4) is unknown color: approx Medium Orchid. HEX triplet: C6, 41 and D4. RGB value is (198,65,212). Sum of RGB (Red+Green+Blue) = 198+65+212=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 65 (25.78% from 255 or 13.68% from 475); Blue value is 212 (83.20% from 255 or 44.63% from 475); Max value from RGB is 212 - color contains mainly: blue. Hex color #C641D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C641D4 is #39BE2B. Grayscale: #797979. Windows color (decimal): -3784236 or 13910470. OLE color: 13910470.

HSL color Cylindrical-coordinate representation of color #C641D4: hue angle of 294.29º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C641D4 is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB19865212-
CMYK0.070.6900.17
HSL294.29º63.09%54.31%-
HSV(B)294.29º69.34%83.14%-
XYZ37.0620.5464.3-
YUV121.52179.06182.55-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.68%
GREEN value IS 65 (25.78% from 255) = 13.68%
BLUE value IS 212 (83.20% from 255) = 44.63%
R=41.68%
G=13.68%
B=44.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal198652120.070.6900.17294.2963.0954.31
HexC641D47450111263f36
Octal30610132471050214467766
Binary110001101000001110101001111000101010001100100110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c641d4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c641d4; }

 p { color: rgb(198,65,212); }

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

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

 a { background-color: rgb(198,65,212); }

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

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

 span { border-color: rgb(198,65,212); }

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