#C966DA

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

Shades of Medium Orchid #C966DA

Tints of Medium Orchid #C966DA

Color information

#C966DA (or 0xC966DA) is unknown color: approx Medium Orchid. HEX triplet: C9, 66 and DA. RGB value is (201,102,218). Sum of RGB (Red+Green+Blue) = 201+102+218=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 102 (40.23% from 255 or 19.58% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #C966DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C966DA is #369925. Grayscale: #909090. Windows color (decimal): -3578150 or 14313161. OLE color: 14313161.

HSL color Cylindrical-coordinate representation of color #C966DA: hue angle of 291.21º 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 #C966DA is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB201102218-
CMYK0.080.5300.15
HSL291.21º61.05%62.75%-
HSV(B)291.21º53.21%85.49%-
XYZ41.4926.9869.35-
YUV144.82169.3168.07-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.58%
GREEN value IS 102 (40.23% from 255) = 19.58%
BLUE value IS 218 (85.55% from 255) = 41.84%
R=38.58%
G=19.58%
B=41.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2011022180.080.5300.15291.2161.0562.75
HexC966DA8350F1233d3f
Octal31114633210650174437577
Binary11001001110011011011010100011010101111100100011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C966DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C966DA; }

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

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

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

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

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

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

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

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