#C64DD8

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

Shades of Medium Orchid #C64DD8

Tints of Medium Orchid #C64DD8

Color information

#C64DD8 (or 0xC64DD8) is unknown color: approx Medium Orchid. HEX triplet: C6, 4D and D8. RGB value is (198,77,216). Sum of RGB (Red+Green+Blue) = 198+77+216=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 77 (30.47% from 255 or 15.68% from 491); Blue value is 216 (84.77% from 255 or 43.99% from 491); Max value from RGB is 216 - color contains mainly: blue. Hex color #C64DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64DD8 is #39B227. Grayscale: #808080. Windows color (decimal): -3781160 or 14175686. OLE color: 14175686.

HSL color Cylindrical-coordinate representation of color #C64DD8: hue angle of 292.23º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C64DD8 is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19877216-
CMYK0.080.6400.15
HSL292.23º64.06%57.45%-
HSV(B)292.23º64.35%84.71%-
XYZ38.3422.2767.24-
YUV129.02177.09177.2-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.33%
GREEN value IS 77 (30.47% from 255) = 15.68%
BLUE value IS 216 (84.77% from 255) = 43.99%
R=40.33%
G=15.68%
B=43.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal198772160.080.6400.15292.2364.0657.45
HexC64DD88400F1244039
Octal3061153301010001744410071
Binary1100011010011011101100010001000000011111001001001000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64DD8; }

 p { color: rgb(198,77,216); }

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

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

 a { background-color: rgb(198,77,216); }

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

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

 span { border-color: rgb(198,77,216); }

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