#C869E0

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

Shades of Medium Orchid #C869E0

Tints of Medium Orchid #C869E0

Color information

#C869E0 (or 0xC869E0) is unknown color: approx Medium Orchid. HEX triplet: C8, 69 and E0. RGB value is (200,105,224). Sum of RGB (Red+Green+Blue) = 200+105+224=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 105 (41.41% from 255 or 19.85% from 529); Blue value is 224 (87.89% from 255 or 42.34% from 529); Max value from RGB is 224 - color contains mainly: blue. Hex color #C869E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C869E0 is #37961F. Grayscale: #929292. Windows color (decimal): -3642912 or 14707144. OLE color: 14707144.

HSL color Cylindrical-coordinate representation of color #C869E0: hue angle of 287.9º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C869E0 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB200105224-
CMYK0.110.5300.12
HSL287.9º65.75%64.51%-
HSV(B)287.9º53.12%87.84%-
XYZ42.3327.7673.65-
YUV146.97171.47165.82-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.81%
GREEN value IS 105 (41.41% from 255) = 19.85%
BLUE value IS 224 (87.89% from 255) = 42.34%
R=37.81%
G=19.85%
B=42.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2001052240.110.5300.12287.965.7564.51
HexC869E0B350C1204241
Octal3101513401365014440102101
Binary1100100011010011110000010111101010110010010000010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C869E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C869E0; }

 p { color: rgb(200,105,224); }

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

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

 a { background-color: rgb(200,105,224); }

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

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

 span { border-color: rgb(200,105,224); }

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