#C666DA

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

Shades of Medium Orchid #C666DA

Tints of Medium Orchid #C666DA

Color information

#C666DA (or 0xC666DA) is unknown color: approx Medium Orchid. HEX triplet: C6, 66 and DA. RGB value is (198,102,218). Sum of RGB (Red+Green+Blue) = 198+102+218=518 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.22% from 518); Green value is 102 (40.23% from 255 or 19.69% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #C666DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C666DA is #399925. Grayscale: #8F8F8F. Windows color (decimal): -3774758 or 14313158. OLE color: 14313158.

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

Color convert

RGB198102218-
CMYK0.090.5300.15
HSL289.66º61.05%62.75%-
HSV(B)289.66º53.21%85.49%-
XYZ40.6926.5769.31-
YUV143.93169.8166.57-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.22%
GREEN value IS 102 (40.23% from 255) = 19.69%
BLUE value IS 218 (85.55% from 255) = 42.08%
R=38.22%
G=19.69%
B=42.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1981022180.090.5300.15289.6661.0562.75
HexC666DA9350F1223d3f
Octal30614633211650174427577
Binary11000110110011011011010100111010101111100100010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C666DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C666DA; }

 p { color: rgb(198,102,218); }

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

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

 a { background-color: rgb(198,102,218); }

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

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

 span { border-color: rgb(198,102,218); }

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