#C664EB

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

Shades of Medium Orchid #C664EB

Tints of Medium Orchid #C664EB

Color information

#C664EB (or 0xC664EB) is unknown color: approx Medium Orchid. HEX triplet: C6, 64 and EB. RGB value is (198,100,235). Sum of RGB (Red+Green+Blue) = 198+100+235=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 100 (39.45% from 255 or 18.76% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #C664EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C664EB is #399B14. Grayscale: #909090. Windows color (decimal): -3775253 or 15426758. OLE color: 15426758.

HSL color Cylindrical-coordinate representation of color #C664EB: hue angle of 283.56º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C664EB is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB198100235-
CMYK0.160.5700.08
HSL283.56º77.14%65.69%-
HSV(B)283.56º57.45%92.16%-
XYZ42.8427.1281.57-
YUV144.69178.97166.02-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.15%
GREEN value IS 100 (39.45% from 255) = 18.76%
BLUE value IS 235 (92.19% from 255) = 44.09%
R=37.15%
G=18.76%
B=44.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1981002350.160.5700.08283.5677.1465.69
HexC664EB10390811c4d42
Octal3061443532071010434115102
Binary11000110110010011101011100001110010100010001110010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C664EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C664EB; }

 p { color: rgb(198,100,235); }

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

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

 a { background-color: rgb(198,100,235); }

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

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

 span { border-color: rgb(198,100,235); }

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