#C868DD

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

Shades of Medium Orchid #C868DD

Tints of Medium Orchid #C868DD

Color information

#C868DD (or 0xC868DD) is unknown color: approx Medium Orchid. HEX triplet: C8, 68 and DD. RGB value is (200,104,221). Sum of RGB (Red+Green+Blue) = 200+104+221=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 104 (41.02% from 255 or 19.81% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #C868DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C868DD is #379722. Grayscale: #919191. Windows color (decimal): -3643171 or 14510280. OLE color: 14510280.

HSL color Cylindrical-coordinate representation of color #C868DD: hue angle of 289.23º 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 #C868DD is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB200104221-
CMYK0.100.5300.13
HSL289.23º63.24%63.73%-
HSV(B)289.23º52.94%86.67%-
XYZ41.8227.471.49-
YUV146.04170.3166.49-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.10%
GREEN value IS 104 (41.02% from 255) = 19.81%
BLUE value IS 221 (86.72% from 255) = 42.10%
R=38.10%
G=19.81%
B=42.10%

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
Decimal2001042210.100.5300.13289.2363.2463.73
HexC868DDA350D1213f40
Octal310150335126501544177100
Binary110010001101000110111011010110101011011001000011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C868DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C868DD; }

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

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

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

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

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

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

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

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