#C867DD

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

Shades of Medium Orchid #C867DD

Tints of Medium Orchid #C867DD

Color information

#C867DD (or 0xC867DD) is unknown color: approx Medium Orchid. HEX triplet: C8, 67 and DD. RGB value is (200,103,221). Sum of RGB (Red+Green+Blue) = 200+103+221=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 103 (40.62% from 255 or 19.66% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #C867DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C867DD is #379822. Grayscale: #919191. Windows color (decimal): -3643427 or 14510024. OLE color: 14510024.

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

Color convert

RGB200103221-
CMYK0.100.5300.13
HSL289.32º63.44%63.53%-
HSV(B)289.32º53.39%86.67%-
XYZ41.7227.271.46-
YUV145.45170.64166.91-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.17%
GREEN value IS 103 (40.62% from 255) = 19.66%
BLUE value IS 221 (86.72% from 255) = 42.18%
R=38.17%
G=19.66%
B=42.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2001032210.100.5300.13289.3263.4463.53
HexC867DDA350D1213f40
Octal310147335126501544177100
Binary110010001100111110111011010110101011011001000011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C867DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C867DD; }

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

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

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

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

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

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

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

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