#C065E0

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

Shades of Medium Orchid #C065E0

Tints of Medium Orchid #C065E0

Color information

#C065E0 (or 0xC065E0) is unknown color: approx Medium Orchid. HEX triplet: C0, 65 and E0. RGB value is (192,101,224). Sum of RGB (Red+Green+Blue) = 192+101+224=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 101 (39.84% from 255 or 19.54% from 517); Blue value is 224 (87.89% from 255 or 43.33% from 517); Max value from RGB is 224 - color contains mainly: blue. Hex color #C065E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C065E0 is #3F9A1F. Grayscale: #8D8D8D. Windows color (decimal): -4168224 or 14706112. OLE color: 14706112.

HSL color Cylindrical-coordinate representation of color #C065E0: hue angle of 284.39º degrees, saturation: 0.66, 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 #C065E0 is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB192101224-
CMYK0.140.5500.12
HSL284.39º66.49%63.73%-
HSV(B)284.39º54.91%87.84%-
XYZ39.8525.973.42-
YUV142.23174.15163.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.14%
GREEN value IS 101 (39.84% from 255) = 19.54%
BLUE value IS 224 (87.89% from 255) = 43.33%
R=37.14%
G=19.54%
B=43.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1921012240.140.5500.12284.3966.4963.73
HexC065E0E370C11c4240
Octal3001453401667014434102100
Binary1100000011001011110000011101101110110010001110010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C065E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C065E0; }

 p { color: rgb(192,101,224); }

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

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

 a { background-color: rgb(192,101,224); }

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

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

 span { border-color: rgb(192,101,224); }

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