#C267DD

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

Shades of Medium Orchid #C267DD

Tints of Medium Orchid #C267DD

Color information

#C267DD (or 0xC267DD) is unknown color: approx Medium Orchid. HEX triplet: C2, 67 and DD. RGB value is (194,103,221). Sum of RGB (Red+Green+Blue) = 194+103+221=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 103 (40.62% from 255 or 19.88% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #C267DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C267DD is #3D9822. Grayscale: #8F8F8F. Windows color (decimal): -4036643 or 14510018. OLE color: 14510018.

HSL color Cylindrical-coordinate representation of color #C267DD: hue angle of 286.27º 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 #C267DD is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194103221-
CMYK0.120.5300.13
HSL286.27º63.44%63.53%-
HSV(B)286.27º53.39%86.67%-
XYZ40.1526.3971.38-
YUV143.66171.65163.91-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.45%
GREEN value IS 103 (40.62% from 255) = 19.88%
BLUE value IS 221 (86.72% from 255) = 42.66%
R=37.45%
G=19.88%
B=42.66%

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
Decimal1941032210.120.5300.13286.2763.4463.53
HexC267DDC350D11e3f40
Octal302147335146501543677100
Binary110000101100111110111011100110101011011000111101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C267DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C267DD; }

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

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

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

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

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

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

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

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