#C264E0

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

Shades of Medium Orchid #C264E0

Tints of Medium Orchid #C264E0

Color information

#C264E0 (or 0xC264E0) is unknown color: approx Medium Orchid. HEX triplet: C2, 64 and E0. RGB value is (194,100,224). Sum of RGB (Red+Green+Blue) = 194+100+224=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 100 (39.45% from 255 or 19.31% from 518); Blue value is 224 (87.89% from 255 or 43.24% from 518); Max value from RGB is 224 - color contains mainly: blue. Hex color #C264E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C264E0 is #3D9B1F. Grayscale: #8D8D8D. Windows color (decimal): -4037408 or 14705858. OLE color: 14705858.

HSL color Cylindrical-coordinate representation of color #C264E0: hue angle of 285.48º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C264E0 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB194100224-
CMYK0.130.5500.12
HSL285.48º66.67%63.53%-
HSV(B)285.48º55.36%87.84%-
XYZ40.2625.9773.41-
YUV142.24174.14164.92-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.45%
GREEN value IS 100 (39.45% from 255) = 19.31%
BLUE value IS 224 (87.89% from 255) = 43.24%
R=37.45%
G=19.31%
B=43.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1941002240.130.5500.12285.4866.6763.53
HexC264E0D370C11d4340
Octal3021443401567014435103100
Binary1100001011001001110000011011101110110010001110110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C264E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C264E0; }

 p { color: rgb(194,100,224); }

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

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

 a { background-color: rgb(194,100,224); }

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

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

 span { border-color: rgb(194,100,224); }

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