#C270DF

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

Shades of Medium Orchid #C270DF

Tints of Medium Orchid #C270DF

Color information

#C270DF (or 0xC270DF) is unknown color: approx Medium Orchid. HEX triplet: C2, 70 and DF. RGB value is (194,112,223). Sum of RGB (Red+Green+Blue) = 194+112+223=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 112 (44.14% from 255 or 21.17% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #C270DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C270DF is #3D8F20. Grayscale: #949494. Windows color (decimal): -4034337 or 14643394. OLE color: 14643394.

HSL color Cylindrical-coordinate representation of color #C270DF: hue angle of 284.32º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C270DF is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194112223-
CMYK0.130.5000.13
HSL284.32º63.43%65.69%-
HSV(B)284.32º49.78%87.45%-
XYZ41.3628.3973.11-
YUV149.17169.67159.97-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.67%
GREEN value IS 112 (44.14% from 255) = 21.17%
BLUE value IS 223 (87.5% from 255) = 42.16%
R=36.67%
G=21.17%
B=42.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941122230.130.5000.13284.3263.4365.69
HexC270DFD320D11c3f42
Octal302160337156201543477102
Binary110000101110000110111111101110010011011000111001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C270DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C270DF; }

 p { color: rgb(194,112,223); }

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

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

 a { background-color: rgb(194,112,223); }

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

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

 span { border-color: rgb(194,112,223); }

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