#C265DD

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

Shades of Medium Orchid #C265DD

Tints of Medium Orchid #C265DD

Color information

#C265DD (or 0xC265DD) is unknown color: approx Medium Orchid. HEX triplet: C2, 65 and DD. RGB value is (194,101,221). Sum of RGB (Red+Green+Blue) = 194+101+221=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 101 (39.84% from 255 or 19.57% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #C265DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C265DD is #3D9A22. Grayscale: #8E8E8E. Windows color (decimal): -4037155 or 14509506. OLE color: 14509506.

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

Color convert

RGB194101221-
CMYK0.120.5400.13
HSL286.5º63.83%63.14%-
HSV(B)286.5º54.3%86.67%-
XYZ39.952671.32-
YUV142.49172.31164.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.60%
GREEN value IS 101 (39.84% from 255) = 19.57%
BLUE value IS 221 (86.72% from 255) = 42.83%
R=37.60%
G=19.57%
B=42.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941012210.120.5400.13286.563.8363.14
HexC265DDC360D11e403f
Octal302145335146601543610077
Binary110000101100101110111011100110110011011000111101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C265DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C265DD; }

 p { color: rgb(194,101,221); }

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

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

 a { background-color: rgb(194,101,221); }

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

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

 span { border-color: rgb(194,101,221); }

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