#C764D9

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

Shades of Medium Orchid #C764D9

Tints of Medium Orchid #C764D9

Color information

#C764D9 (or 0xC764D9) is unknown color: approx Medium Orchid. HEX triplet: C7, 64 and D9. RGB value is (199,100,217). Sum of RGB (Red+Green+Blue) = 199+100+217=516 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.57% from 516); Green value is 100 (39.45% from 255 or 19.38% from 516); Blue value is 217 (85.16% from 255 or 42.05% from 516); Max value from RGB is 217 - color contains mainly: blue. Hex color #C764D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C764D9 is #389B26. Grayscale: #8E8E8E. Windows color (decimal): -3709735 or 14247111. OLE color: 14247111.

HSL color Cylindrical-coordinate representation of color #C764D9: hue angle of 290.77º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C764D9 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB199100217-
CMYK0.080.5400.15
HSL290.77º60.62%62.16%-
HSV(B)290.77º53.92%85.1%-
XYZ40.6326.2768.57-
YUV142.94169.8167.99-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.57%
GREEN value IS 100 (39.45% from 255) = 19.38%
BLUE value IS 217 (85.16% from 255) = 42.05%
R=38.57%
G=19.38%
B=42.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1991002170.080.5400.15290.7760.6262.16
HexC764D98360F1233d3e
Octal30714433110660174437576
Binary11000111110010011011001100011011001111100100011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C764D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C764D9; }

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

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

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

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

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

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

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

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