#C960DD

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

Shades of Medium Orchid #C960DD

Tints of Medium Orchid #C960DD

Color information

#C960DD (or 0xC960DD) is unknown color: approx Medium Orchid. HEX triplet: C9, 60 and DD. RGB value is (201,96,221). Sum of RGB (Red+Green+Blue) = 201+96+221=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 96 (37.89% from 255 or 18.53% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #C960DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C960DD is #369F22. Grayscale: #8D8D8D. Windows color (decimal): -3579683 or 14508233. OLE color: 14508233.

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

Color convert

RGB20196221-
CMYK0.090.5700.13
HSL290.4º64.77%62.16%-
HSV(B)290.4º56.56%86.67%-
XYZ41.322671.25-
YUV141.64172.79170.34-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.80%
GREEN value IS 96 (37.89% from 255) = 18.53%
BLUE value IS 221 (86.72% from 255) = 42.66%
R=38.80%
G=18.53%
B=42.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal201962210.090.5700.13290.464.7762.16
HexC960DD9390D122413e
Octal311140335117101544210176
Binary110010011100000110111011001111001011011001000101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C960DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C960DD; }

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

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

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

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

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

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

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

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