#C867EA

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

Shades of Medium Orchid #C867EA

Tints of Medium Orchid #C867EA

Color information

#C867EA (or 0xC867EA) is unknown color: approx Medium Orchid. HEX triplet: C8, 67 and EA. RGB value is (200,103,234). Sum of RGB (Red+Green+Blue) = 200+103+234=537 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.24% from 537); Green value is 103 (40.62% from 255 or 19.18% from 537); Blue value is 234 (91.80% from 255 or 43.58% from 537); Max value from RGB is 234 - color contains mainly: blue. Hex color #C867EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C867EA is #379815. Grayscale: #929292. Windows color (decimal): -3643414 or 15361992. OLE color: 15361992.

HSL color Cylindrical-coordinate representation of color #C867EA: hue angle of 284.43º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C867EA is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB200103234-
CMYK0.150.5600.08
HSL284.43º75.72%66.08%-
HSV(B)284.43º55.98%91.76%-
XYZ43.5227.9280.94-
YUV146.94177.14165.85-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.24%
GREEN value IS 103 (40.62% from 255) = 19.18%
BLUE value IS 234 (91.80% from 255) = 43.58%
R=37.24%
G=19.18%
B=43.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2001032340.150.5600.08284.4375.7266.08
HexC867EAF380811c4c42
Octal3101473521770010434114102
Binary1100100011001111110101011111110000100010001110010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C867EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C867EA; }

 p { color: rgb(200,103,234); }

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

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

 a { background-color: rgb(200,103,234); }

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

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

 span { border-color: rgb(200,103,234); }

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