#C831D6

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

Shades of Medium Orchid #C831D6

Tints of Medium Orchid #C831D6

Color information

#C831D6 (or 0xC831D6) is unknown color: approx Medium Orchid. HEX triplet: C8, 31 and D6. RGB value is (200,49,214). Sum of RGB (Red+Green+Blue) = 200+49+214=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 49 (19.53% from 255 or 10.58% from 463); Blue value is 214 (83.98% from 255 or 46.22% from 463); Max value from RGB is 214 - color contains mainly: blue. Hex color #C831D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C831D6 is #37CE29. Grayscale: #707070. Windows color (decimal): -3657258 or 14037448. OLE color: 14037448.

HSL color Cylindrical-coordinate representation of color #C831D6: hue angle of 294.91º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C831D6 is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20049214-
CMYK0.070.7700.16
HSL294.91º66.8%51.57%-
HSV(B)294.91º77.1%83.92%-
XYZ37.0619.3365.4-
YUV112.96185.03190.08-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.20%
GREEN value IS 49 (19.53% from 255) = 10.58%
BLUE value IS 214 (83.98% from 255) = 46.22%
R=43.20%
G=10.58%
B=46.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal200492140.070.7700.16294.9166.851.57
HexC831D674D0101274334
Octal31061326711502044710364
Binary110010001100011101011011110011010100001001001111000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C831D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C831D6; }

 p { color: rgb(200,49,214); }

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

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

 a { background-color: rgb(200,49,214); }

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

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

 span { border-color: rgb(200,49,214); }

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