#C767DC

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

Shades of Medium Orchid #C767DC

Tints of Medium Orchid #C767DC

Color information

#C767DC (or 0xC767DC) is unknown color: approx Medium Orchid. HEX triplet: C7, 67 and DC. RGB value is (199,103,220). Sum of RGB (Red+Green+Blue) = 199+103+220=522 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.12% from 522); Green value is 103 (40.62% from 255 or 19.73% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #C767DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C767DC is #389823. Grayscale: #909090. Windows color (decimal): -3708964 or 14444487. OLE color: 14444487.

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

Color convert

RGB199103220-
CMYK0.100.5300.14
HSL289.23º62.57%63.33%-
HSV(B)289.23º53.18%86.27%-
XYZ41.3227.0170.75-
YUV145.04170.3166.49-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.12%
GREEN value IS 103 (40.62% from 255) = 19.73%
BLUE value IS 220 (86.33% from 255) = 42.15%
R=38.12%
G=19.73%
B=42.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1991032200.100.5300.14289.2362.5763.33
HexC767DCA350E1213f3f
Octal30714733412650164417777
Binary11000111110011111011100101011010101110100100001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C767DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C767DC; }

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

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

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

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

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

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

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

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