#C664E5

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

Shades of Medium Orchid #C664E5

Tints of Medium Orchid #C664E5

Color information

#C664E5 (or 0xC664E5) is unknown color: approx Medium Orchid. HEX triplet: C6, 64 and E5. RGB value is (198,100,229). Sum of RGB (Red+Green+Blue) = 198+100+229=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 100 (39.45% from 255 or 18.98% from 527); Blue value is 229 (89.84% from 255 or 43.45% from 527); Max value from RGB is 229 - color contains mainly: blue. Hex color #C664E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C664E5 is #399B1A. Grayscale: #8F8F8F. Windows color (decimal): -3775259 or 15033542. OLE color: 15033542.

HSL color Cylindrical-coordinate representation of color #C664E5: hue angle of 285.58º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C664E5 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB198100229-
CMYK0.140.5600.10
HSL285.58º71.27%64.51%-
HSV(B)285.58º56.33%89.8%-
XYZ41.9926.7877.08-
YUV144.01175.97166.51-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.57%
GREEN value IS 100 (39.45% from 255) = 18.98%
BLUE value IS 229 (89.84% from 255) = 43.45%
R=37.57%
G=18.98%
B=43.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1981002290.140.5600.10285.5871.2764.51
HexC664E5E380A11e4741
Octal3061443451670012436107101
Binary1100011011001001110010111101110000101010001111010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C664E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C664E5; }

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

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

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

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

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

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

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

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