#C068D1

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

Shades of Medium Orchid #C068D1

Tints of Medium Orchid #C068D1

Color information

#C068D1 (or 0xC068D1) is unknown color: approx Medium Orchid. HEX triplet: C0, 68 and D1. RGB value is (192,104,209). Sum of RGB (Red+Green+Blue) = 192+104+209=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 209 (82.03% from 255 or 41.39% from 505); Max value from RGB is 209 - color contains mainly: blue. Hex color #C068D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C068D1 is #3F972E. Grayscale: #8D8D8D. Windows color (decimal): -4167471 or 13723840. OLE color: 13723840.

HSL color Cylindrical-coordinate representation of color #C068D1: hue angle of 290.29º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C068D1 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB192104209-
CMYK0.080.5000.18
HSL290.29º53.3%61.37%-
HSV(B)290.29º50.24%81.96%-
XYZ38.225.7163.27-
YUV142.28165.65163.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.02%
GREEN value IS 104 (41.02% from 255) = 20.59%
BLUE value IS 209 (82.03% from 255) = 41.39%
R=38.02%
G=20.59%
B=41.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1921042090.080.5000.18290.2953.361.37
HexC068D1832012122353d
Octal30015032110620224426575
Binary110000001101000110100011000110010010010100100010110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C068D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C068D1; }

 p { color: rgb(192,104,209); }

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

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

 a { background-color: rgb(192,104,209); }

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

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

 span { border-color: rgb(192,104,209); }

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