#C268DD

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

Shades of Medium Orchid #C268DD

Tints of Medium Orchid #C268DD

Color information

#C268DD (or 0xC268DD) is unknown color: approx Medium Orchid. HEX triplet: C2, 68 and DD. RGB value is (194,104,221). Sum of RGB (Red+Green+Blue) = 194+104+221=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 104 (41.02% from 255 or 20.04% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #C268DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C268DD is #3D9722. Grayscale: #8F8F8F. Windows color (decimal): -4036387 or 14510274. OLE color: 14510274.

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

Color convert

RGB194104221-
CMYK0.120.5300.13
HSL286.15º63.24%63.73%-
HSV(B)286.15º52.94%86.67%-
XYZ40.2526.5971.42-
YUV144.25171.32163.49-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.38%
GREEN value IS 104 (41.02% from 255) = 20.04%
BLUE value IS 221 (86.72% from 255) = 42.58%
R=37.38%
G=20.04%
B=42.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941042210.120.5300.13286.1563.2463.73
HexC268DDC350D11e3f40
Octal302150335146501543677100
Binary110000101101000110111011100110101011011000111101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C268DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C268DD; }

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

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

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

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

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

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

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

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