#C764D1

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

Shades of Medium Orchid #C764D1

Tints of Medium Orchid #C764D1

Color information

#C764D1 (or 0xC764D1) is unknown color: approx Medium Orchid. HEX triplet: C7, 64 and D1. RGB value is (199,100,209). Sum of RGB (Red+Green+Blue) = 199+100+209=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 100 (39.45% from 255 or 19.69% from 508); Blue value is 209 (82.03% from 255 or 41.14% from 508); Max value from RGB is 209 - color contains mainly: blue. Hex color #C764D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C764D1 is #389B2E. Grayscale: #8D8D8D. Windows color (decimal): -3709743 or 13722823. OLE color: 13722823.

HSL color Cylindrical-coordinate representation of color #C764D1: hue angle of 294.5º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C764D1 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB199100209-
CMYK0.050.5200.18
HSL294.5º54.23%60.59%-
HSV(B)294.5º52.15%81.96%-
XYZ39.6225.8663.22-
YUV142.03165.8168.64-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.17%
GREEN value IS 100 (39.45% from 255) = 19.69%
BLUE value IS 209 (82.03% from 255) = 41.14%
R=39.17%
G=19.69%
B=41.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1991002090.050.5200.18294.554.2360.59
HexC764D1534012126363d
Octal3071443215640224466675
Binary11000111110010011010001101110100010010100100110110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C764D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C764D1; }

 p { color: rgb(199,100,209); }

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

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

 a { background-color: rgb(199,100,209); }

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

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

 span { border-color: rgb(199,100,209); }

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