#C961DD

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

Shades of Medium Orchid #C961DD

Tints of Medium Orchid #C961DD

Color information

#C961DD (or 0xC961DD) is unknown color: approx Medium Orchid. HEX triplet: C9, 61 and DD. RGB value is (201,97,221). Sum of RGB (Red+Green+Blue) = 201+97+221=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 97 (38.28% from 255 or 18.69% 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 #C961DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C961DD is #369E22. Grayscale: #8D8D8D. Windows color (decimal): -3579427 or 14508489. OLE color: 14508489.

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

Color convert

RGB20197221-
CMYK0.090.5600.13
HSL290.32º64.58%62.35%-
HSV(B)290.32º56.11%86.67%-
XYZ41.4126.1971.28-
YUV142.23172.46169.92-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.73%
GREEN value IS 97 (38.28% from 255) = 18.69%
BLUE value IS 221 (86.72% from 255) = 42.58%
R=38.73%
G=18.69%
B=42.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal201972210.090.5600.13290.3264.5862.35
HexC961DD9380D122413e
Octal311141335117001544210176
Binary110010011100001110111011001111000011011001000101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C961DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C961DD; }

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

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

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

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

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

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

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

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