#C269DA

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

Shades of Medium Orchid #C269DA

Tints of Medium Orchid #C269DA

Color information

#C269DA (or 0xC269DA) is unknown color: approx Medium Orchid. HEX triplet: C2, 69 and DA. RGB value is (194,105,218). Sum of RGB (Red+Green+Blue) = 194+105+218=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 105 (41.41% from 255 or 20.31% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #C269DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C269DA is #3D9625. Grayscale: #909090. Windows color (decimal): -4036134 or 14313922. OLE color: 14313922.

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

Color convert

RGB194105218-
CMYK0.110.5200.15
HSL287.26º60.43%63.33%-
HSV(B)287.26º51.83%85.49%-
XYZ39.9526.6369.36-
YUV144.49169.49163.31-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.52%
GREEN value IS 105 (41.41% from 255) = 20.31%
BLUE value IS 218 (85.55% from 255) = 42.17%
R=37.52%
G=20.31%
B=42.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1941052180.110.5200.15287.2660.4363.33
HexC269DAB340F11f3c3f
Octal30215133213640174377477
Binary11000010110100111011010101111010001111100011111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C269DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C269DA; }

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

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

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

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

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

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

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

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