#C664DD

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

Shades of Medium Orchid #C664DD

Tints of Medium Orchid #C664DD

Color information

#C664DD (or 0xC664DD) is unknown color: approx Medium Orchid. HEX triplet: C6, 64 and DD. RGB value is (198,100,221). Sum of RGB (Red+Green+Blue) = 198+100+221=519 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.15% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #C664DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C664DD is #399B22. Grayscale: #8E8E8E. Windows color (decimal): -3775267 or 14509254. OLE color: 14509254.

HSL color Cylindrical-coordinate representation of color #C664DD: hue angle of 288.6º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C664DD is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB198100221-
CMYK0.100.5500.13
HSL288.6º64.02%62.94%-
HSV(B)288.6º54.75%86.67%-
XYZ40.926.3471.34-
YUV143.1171.97167.16-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.15%
GREEN value IS 100 (39.45% from 255) = 19.27%
BLUE value IS 221 (86.72% from 255) = 42.58%
R=38.15%
G=19.27%
B=42.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1981002210.100.5500.13288.664.0262.94
HexC664DDA370D121403f
Octal306144335126701544110077
Binary110001101100100110111011010110111011011001000011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C664DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C664DD; }

 p { color: rgb(198,100,221); }

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

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

 a { background-color: rgb(198,100,221); }

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

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

 span { border-color: rgb(198,100,221); }

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