#C962DD

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

Shades of Medium Orchid #C962DD

Tints of Medium Orchid #C962DD

Color information

#C962DD (or 0xC962DD) is unknown color: approx Medium Orchid. HEX triplet: C9, 62 and DD. RGB value is (201,98,221). Sum of RGB (Red+Green+Blue) = 201+98+221=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 98 (38.67% from 255 or 18.85% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #C962DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C962DD is #369D22. Grayscale: #8E8E8E. Windows color (decimal): -3579171 or 14508745. OLE color: 14508745.

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

Color convert

RGB20198221-
CMYK0.090.5600.13
HSL290.24º64.4%62.55%-
HSV(B)290.24º55.66%86.67%-
XYZ41.5126.3771.31-
YUV142.82172.12169.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.65%
GREEN value IS 98 (38.67% from 255) = 18.85%
BLUE value IS 221 (86.72% from 255) = 42.5%
R=38.65%
G=18.85%
B=42.5%

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
Decimal201982210.090.5600.13290.2464.462.55
HexC962DD9380D122403f
Octal311142335117001544210077
Binary110010011100010110111011001111000011011001000101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C962DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C962DD; }

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

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

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

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

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

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

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

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