#C274DA

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

Shades of Medium Orchid #C274DA

Tints of Medium Orchid #C274DA

Color information

#C274DA (or 0xC274DA) is unknown color: approx Medium Orchid. HEX triplet: C2, 74 and DA. RGB value is (194,116,218). Sum of RGB (Red+Green+Blue) = 194+116+218=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 116 (45.70% from 255 or 21.97% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #C274DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C274DA is #3D8B25. Grayscale: #969696. Windows color (decimal): -4033318 or 14316738. OLE color: 14316738.

HSL color Cylindrical-coordinate representation of color #C274DA: hue angle of 285.88º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C274DA is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB194116218-
CMYK0.110.4700.15
HSL285.88º57.95%65.49%-
HSV(B)285.88º46.79%85.49%-
XYZ41.1529.0269.76-
YUV150.95165.84158.71-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.74%
GREEN value IS 116 (45.70% from 255) = 21.97%
BLUE value IS 218 (85.55% from 255) = 41.29%
R=36.74%
G=21.97%
B=41.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1941162180.110.4700.15285.8857.9565.49
HexC274DAB2F0F11e3a41
Octal302164332135701743672101
Binary110000101110100110110101011101111011111000111101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C274DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C274DA; }

 p { color: rgb(194,116,218); }

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

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

 a { background-color: rgb(194,116,218); }

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

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

 span { border-color: rgb(194,116,218); }

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