#c768df

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

Shades of Medium Orchid #C768DF

Tints of Medium Orchid #C768DF

Color information

#C768DF (or 0xC768DF) is unknown color: approx Medium Orchid. HEX triplet: C7, 68 and DF. RGB value is (199,104,223). Sum of RGB (Red+Green+Blue) = 199+104+223=526 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.83% from 526); Green value is 104 (41.02% from 255 or 19.77% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #C768DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C768DF is #389720. Grayscale: #919191. Windows color (decimal): -3708705 or 14641351. OLE color: 14641351.

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

Color convert

RGB199104223-
CMYK0.110.5300.13
HSL287.9º65.03%64.12%-
HSV(B)287.9º53.36%87.45%-
XYZ41.8227.3772.89-
YUV145.97171.47165.82-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.83%
GREEN value IS 104 (41.02% from 255) = 19.77%
BLUE value IS 223 (87.5% from 255) = 42.40%
R=37.83%
G=19.77%
B=42.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1991042230.110.5300.13287.965.0364.12
HexC768DFB350D1204140
Octal3071503371365015440101100
Binary1100011111010001101111110111101010110110010000010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c768df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c768df; }

 p { color: rgb(199,104,223); }

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

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

 a { background-color: rgb(199,104,223); }

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

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

 span { border-color: rgb(199,104,223); }

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