#C067DC

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

Shades of Medium Orchid #C067DC

Tints of Medium Orchid #C067DC

Color information

#C067DC (or 0xC067DC) is unknown color: approx Medium Orchid. HEX triplet: C0, 67 and DC. RGB value is (192,103,220). Sum of RGB (Red+Green+Blue) = 192+103+220=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 103 (40.62% from 255 or 20% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #C067DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C067DC is #3F9823. Grayscale: #8E8E8E. Windows color (decimal): -4167716 or 14444480. OLE color: 14444480.

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

Color convert

RGB192103220-
CMYK0.130.5300.14
HSL285.64º62.57%63.33%-
HSV(B)285.64º53.18%86.27%-
XYZ39.5126.0770.66-
YUV142.95171.49162.99-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.28%
GREEN value IS 103 (40.62% from 255) = 20%
BLUE value IS 220 (86.33% from 255) = 42.72%
R=37.28%
G=20%
B=42.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1921032200.130.5300.14285.6462.5763.33
HexC067DCD350E11e3f3f
Octal30014733415650164367777
Binary11000000110011111011100110111010101110100011110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C067DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C067DC; }

 p { color: rgb(192,103,220); }

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

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

 a { background-color: rgb(192,103,220); }

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

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

 span { border-color: rgb(192,103,220); }

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