#C260E2

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

Shades of Medium Orchid #C260E2

Tints of Medium Orchid #C260E2

Color information

#C260E2 (or 0xC260E2) is unknown color: approx Medium Orchid. HEX triplet: C2, 60 and E2. RGB value is (194,96,226). Sum of RGB (Red+Green+Blue) = 194+96+226=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 96 (37.89% from 255 or 18.60% from 516); Blue value is 226 (88.67% from 255 or 43.80% from 516); Max value from RGB is 226 - color contains mainly: blue. Hex color #C260E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C260E2 is #3D9F1D. Grayscale: #8B8B8B. Windows color (decimal): -4038430 or 14835906. OLE color: 14835906.

HSL color Cylindrical-coordinate representation of color #C260E2: hue angle of 285.23º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C260E2 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB19496226-
CMYK0.140.5800.11
HSL285.23º69.15%63.14%-
HSV(B)285.23º57.52%88.63%-
XYZ40.1625.3374.72-
YUV140.12176.47166.43-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.60%
GREEN value IS 96 (37.89% from 255) = 18.60%
BLUE value IS 226 (88.67% from 255) = 43.80%
R=37.60%
G=18.60%
B=43.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal194962260.140.5800.11285.2369.1563.14
HexC260E2E3A0B11d453f
Octal302140342167201343510577
Binary110000101100000111000101110111010010111000111011000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C260E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C260E2; }

 p { color: rgb(194,96,226); }

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

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

 a { background-color: rgb(194,96,226); }

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

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

 span { border-color: rgb(194,96,226); }

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