#c966dd

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

Shades of Medium Orchid #C966DD

Tints of Medium Orchid #C966DD

Color information

#C966DD (or 0xC966DD) is unknown color: approx Medium Orchid. HEX triplet: C9, 66 and DD. RGB value is (201,102,221). Sum of RGB (Red+Green+Blue) = 201+102+221=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 102 (40.23% from 255 or 19.47% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #C966DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C966DD is #369922. Grayscale: #909090. Windows color (decimal): -3578147 or 14509769. OLE color: 14509769.

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

Color convert

RGB201102221-
CMYK0.090.5400.13
HSL289.92º63.64%63.33%-
HSV(B)289.92º53.85%86.67%-
XYZ41.8927.1471.44-
YUV145.17170.8167.82-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.36%
GREEN value IS 102 (40.23% from 255) = 19.47%
BLUE value IS 221 (86.72% from 255) = 42.18%
R=38.36%
G=19.47%
B=42.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011022210.090.5400.13289.9263.6463.33
HexC966DD9360D122403f
Octal311146335116601544210077
Binary110010011100110110111011001110110011011001000101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c966dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c966dd; }

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

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

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

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

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

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

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

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