#C462D9

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

Shades of Medium Orchid #C462D9

Tints of Medium Orchid #C462D9

Color information

#C462D9 (or 0xC462D9) is unknown color: approx Medium Orchid. HEX triplet: C4, 62 and D9. RGB value is (196,98,217). Sum of RGB (Red+Green+Blue) = 196+98+217=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 98 (38.67% from 255 or 19.18% from 511); Blue value is 217 (85.16% from 255 or 42.47% from 511); Max value from RGB is 217 - color contains mainly: blue. Hex color #C462D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C462D9 is #3B9D26. Grayscale: #8C8C8C. Windows color (decimal): -3906855 or 14246596. OLE color: 14246596.

HSL color Cylindrical-coordinate representation of color #C462D9: hue angle of 289.41º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C462D9 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19698217-
CMYK0.100.5500.15
HSL289.41º61.03%61.76%-
HSV(B)289.41º54.84%85.1%-
XYZ39.6625.4868.47-
YUV140.87170.97167.32-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.36%
GREEN value IS 98 (38.67% from 255) = 19.18%
BLUE value IS 217 (85.16% from 255) = 42.47%
R=38.36%
G=19.18%
B=42.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal196982170.100.5500.15289.4161.0361.76
HexC462D9A370F1213d3e
Octal30414233112670174417576
Binary11000100110001011011001101011011101111100100001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C462D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C462D9; }

 p { color: rgb(196,98,217); }

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

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

 a { background-color: rgb(196,98,217); }

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

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

 span { border-color: rgb(196,98,217); }

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