#C464CD

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

Shades of Medium Orchid #C464CD

Tints of Medium Orchid #C464CD

Color information

#C464CD (or 0xC464CD) is unknown color: approx Medium Orchid. HEX triplet: C4, 64 and CD. RGB value is (196,100,205). Sum of RGB (Red+Green+Blue) = 196+100+205=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 100 (39.45% from 255 or 19.96% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #C464CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C464CD is #3B9B32. Grayscale: #8C8C8C. Windows color (decimal): -3906355 or 13460676. OLE color: 13460676.

HSL color Cylindrical-coordinate representation of color #C464CD: hue angle of 294.86º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C464CD is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB196100205-
CMYK0.040.5100.20
HSL294.86º51.22%59.8%-
HSV(B)294.86º51.22%80.39%-
XYZ38.3425.2660.61-
YUV140.67164.3167.46-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.12%
GREEN value IS 100 (39.45% from 255) = 19.96%
BLUE value IS 205 (80.47% from 255) = 40.92%
R=39.12%
G=19.96%
B=40.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1961002050.040.5100.20294.8651.2259.8
HexC464CD433014127333c
Octal3041443154630244476374
Binary11000100110010011001101100110011010100100100111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C464CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C464CD; }

 p { color: rgb(196,100,205); }

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

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

 a { background-color: rgb(196,100,205); }

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

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

 span { border-color: rgb(196,100,205); }

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