#C267E3

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

Shades of Medium Orchid #C267E3

Tints of Medium Orchid #C267E3

Color information

#C267E3 (or 0xC267E3) is unknown color: approx Medium Orchid. HEX triplet: C2, 67 and E3. RGB value is (194,103,227). Sum of RGB (Red+Green+Blue) = 194+103+227=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 103 (40.62% from 255 or 19.66% from 524); Blue value is 227 (89.06% from 255 or 43.32% from 524); Max value from RGB is 227 - color contains mainly: blue. Hex color #C267E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C267E3 is #3D981C. Grayscale: #8F8F8F. Windows color (decimal): -4036637 or 14903234. OLE color: 14903234.

HSL color Cylindrical-coordinate representation of color #C267E3: hue angle of 284.03º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C267E3 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB194103227-
CMYK0.150.5500.11
HSL284.03º68.89%64.71%-
HSV(B)284.03º54.63%89.02%-
XYZ40.9626.7275.67-
YUV144.34174.65163.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.02%
GREEN value IS 103 (40.62% from 255) = 19.66%
BLUE value IS 227 (89.06% from 255) = 43.32%
R=37.02%
G=19.66%
B=43.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1941032270.150.5500.11284.0368.8964.71
HexC267E3F370B11c4541
Octal3021473431767013434105101
Binary1100001011001111110001111111101110101110001110010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C267E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C267E3; }

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

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

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

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

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

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

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

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