#c267ea

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

Shades of Medium Orchid #C267EA

Tints of Medium Orchid #C267EA

Color information

#C267EA (or 0xC267EA) is unknown color: approx Medium Orchid. HEX triplet: C2, 67 and EA. RGB value is (194,103,234). Sum of RGB (Red+Green+Blue) = 194+103+234=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 103 (40.62% from 255 or 19.40% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #C267EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C267EA is #3D9815. Grayscale: #909090. Windows color (decimal): -4036630 or 15361986. OLE color: 15361986.

HSL color Cylindrical-coordinate representation of color #C267EA: hue angle of 281.68º 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 #C267EA is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB194103234-
CMYK0.170.5600.08
HSL281.68º75.72%66.08%-
HSV(B)281.68º55.98%91.76%-
XYZ41.9527.1180.86-
YUV145.14178.15162.85-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.53%
GREEN value IS 103 (40.62% from 255) = 19.40%
BLUE value IS 234 (91.80% from 255) = 44.07%
R=36.53%
G=19.40%
B=44.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1941032340.170.5600.08281.6875.7266.08
HexC267EA11380811a4c42
Octal3021473522170010432114102
Binary11000010110011111101010100011110000100010001101010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c267ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c267ea; }

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

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

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

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

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

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

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

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