#C461D7

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

Shades of Medium Orchid #C461D7

Tints of Medium Orchid #C461D7

Color information

#C461D7 (or 0xC461D7) is unknown color: approx Medium Orchid. HEX triplet: C4, 61 and D7. RGB value is (196,97,215). Sum of RGB (Red+Green+Blue) = 196+97+215=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 97 (38.28% from 255 or 19.09% from 508); Blue value is 215 (84.38% from 255 or 42.32% from 508); Max value from RGB is 215 - color contains mainly: blue. Hex color #C461D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C461D7 is #3B9E28. Grayscale: #8B8B8B. Windows color (decimal): -3907113 or 14115268. OLE color: 14115268.

HSL color Cylindrical-coordinate representation of color #C461D7: hue angle of 290.34º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C461D7 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19697215-
CMYK0.090.5500.16
HSL290.34º59.6%61.18%-
HSV(B)290.34º54.88%84.31%-
XYZ39.3125.1967.08-
YUV140.05170.3167.91-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.58%
GREEN value IS 97 (38.28% from 255) = 19.09%
BLUE value IS 215 (84.38% from 255) = 42.32%
R=38.58%
G=19.09%
B=42.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal196972150.090.5500.16290.3459.661.18
HexC461D79370101223c3d
Octal30414132711670204427475
Binary110001001100001110101111001110111010000100100010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C461D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C461D7; }

 p { color: rgb(196,97,215); }

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

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

 a { background-color: rgb(196,97,215); }

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

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

 span { border-color: rgb(196,97,215); }

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