#C962DA

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

Shades of Medium Orchid #C962DA

Tints of Medium Orchid #C962DA

Color information

#C962DA (or 0xC962DA) is unknown color: approx Medium Orchid. HEX triplet: C9, 62 and DA. RGB value is (201,98,218). Sum of RGB (Red+Green+Blue) = 201+98+218=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 98 (38.67% from 255 or 18.96% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #C962DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C962DA is #369D25. Grayscale: #8E8E8E. Windows color (decimal): -3579174 or 14312137. OLE color: 14312137.

HSL color Cylindrical-coordinate representation of color #C962DA: hue angle of 291.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C962DA is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20198218-
CMYK0.080.5500.15
HSL291.5º61.86%61.96%-
HSV(B)291.5º55.05%85.49%-
XYZ41.1126.2169.22-
YUV142.48170.62169.74-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.88%
GREEN value IS 98 (38.67% from 255) = 18.96%
BLUE value IS 218 (85.55% from 255) = 42.17%
R=38.88%
G=18.96%
B=42.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal201982180.080.5500.15291.561.8661.96
HexC962DA8370F1243e3e
Octal31114233210670174447676
Binary11001001110001011011010100011011101111100100100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C962DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C962DA; }

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

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

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

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

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

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

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

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