#C64CE1

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

Shades of Medium Orchid #C64CE1

Tints of Medium Orchid #C64CE1

Color information

#C64CE1 (or 0xC64CE1) is unknown color: approx Medium Orchid. HEX triplet: C6, 4C and E1. RGB value is (198,76,225). Sum of RGB (Red+Green+Blue) = 198+76+225=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 76 (30.08% from 255 or 15.23% from 499); Blue value is 225 (88.28% from 255 or 45.09% from 499); Max value from RGB is 225 - color contains mainly: blue. Hex color #C64CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64CE1 is #39B31E. Grayscale: #808080. Windows color (decimal): -3781407 or 14765254. OLE color: 14765254.

HSL color Cylindrical-coordinate representation of color #C64CE1: hue angle of 289.13º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C64CE1 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB19876225-
CMYK0.120.6600.12
HSL289.13º71.29%59.02%-
HSV(B)289.13º66.22%88.24%-
XYZ39.4622.6173.52-
YUV129.46181.92176.88-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.68%
GREEN value IS 76 (30.08% from 255) = 15.23%
BLUE value IS 225 (88.28% from 255) = 45.09%
R=39.68%
G=15.23%
B=45.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal198762250.120.6600.12289.1371.2959.02
HexC64CE1C420C121473b
Octal3061143411410201444110773
Binary1100011010011001110000111001000010011001001000011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64CE1; }

 p { color: rgb(198,76,225); }

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

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

 a { background-color: rgb(198,76,225); }

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

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

 span { border-color: rgb(198,76,225); }

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