#C766D3

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

Shades of Medium Orchid #C766D3

Tints of Medium Orchid #C766D3

Color information

#C766D3 (or 0xC766D3) is unknown color: approx Medium Orchid. HEX triplet: C7, 66 and D3. RGB value is (199,102,211). Sum of RGB (Red+Green+Blue) = 199+102+211=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 102 (40.23% from 255 or 19.92% from 512); Blue value is 211 (82.81% from 255 or 41.21% from 512); Max value from RGB is 211 - color contains mainly: blue. Hex color #C766D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C766D3 is #38992C. Grayscale: #8F8F8F. Windows color (decimal): -3709229 or 13854407. OLE color: 13854407.

HSL color Cylindrical-coordinate representation of color #C766D3: hue angle of 293.39º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C766D3 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB199102211-
CMYK0.060.5200.17
HSL293.39º55.33%61.37%-
HSV(B)293.39º51.66%82.75%-
XYZ40.0626.3564.6-
YUV143.43166.14167.64-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.87%
GREEN value IS 102 (40.23% from 255) = 19.92%
BLUE value IS 211 (82.81% from 255) = 41.21%
R=38.87%
G=19.92%
B=41.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1991022110.060.5200.17293.3955.3361.37
HexC766D3634011125373d
Octal3071463236640214456775
Binary11000111110011011010011110110100010001100100101110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C766D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C766D3; }

 p { color: rgb(199,102,211); }

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

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

 a { background-color: rgb(199,102,211); }

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

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

 span { border-color: rgb(199,102,211); }

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