#C867D8

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

Shades of Medium Orchid #C867D8

Tints of Medium Orchid #C867D8

Color information

#C867D8 (or 0xC867D8) is unknown color: approx Medium Orchid. HEX triplet: C8, 67 and D8. RGB value is (200,103,216). Sum of RGB (Red+Green+Blue) = 200+103+216=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 103 (40.62% from 255 or 19.85% from 519); Blue value is 216 (84.77% from 255 or 41.62% from 519); Max value from RGB is 216 - color contains mainly: blue. Hex color #C867D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C867D8 is #379827. Grayscale: #909090. Windows color (decimal): -3643432 or 14182344. OLE color: 14182344.

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

Color convert

RGB200103216-
CMYK0.070.5200.15
HSL291.5º59.16%62.55%-
HSV(B)291.5º52.31%84.71%-
XYZ41.0626.9468-
YUV144.88168.14167.31-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.54%
GREEN value IS 103 (40.62% from 255) = 19.85%
BLUE value IS 216 (84.77% from 255) = 41.62%
R=38.54%
G=19.85%
B=41.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2001032160.070.5200.15291.559.1662.55
HexC867D87340F1243b3f
Octal3101473307640174447377
Binary1100100011001111101100011111010001111100100100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C867D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C867D8; }

 p { color: rgb(200,103,216); }

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

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

 a { background-color: rgb(200,103,216); }

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

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

 span { border-color: rgb(200,103,216); }

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