#C267DA

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

Shades of Medium Orchid #C267DA

Tints of Medium Orchid #C267DA

Color information

#C267DA (or 0xC267DA) is unknown color: approx Medium Orchid. HEX triplet: C2, 67 and DA. RGB value is (194,103,218). Sum of RGB (Red+Green+Blue) = 194+103+218=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 103 (40.62% from 255 or 20% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #C267DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C267DA is #3D9825. Grayscale: #8E8E8E. Windows color (decimal): -4036646 or 14313410. OLE color: 14313410.

HSL color Cylindrical-coordinate representation of color #C267DA: hue angle of 287.48º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C267DA is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB194103218-
CMYK0.110.5300.15
HSL287.48º60.85%62.94%-
HSV(B)287.48º52.75%85.49%-
XYZ39.7526.2369.3-
YUV143.32170.15164.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.67%
GREEN value IS 103 (40.62% from 255) = 20%
BLUE value IS 218 (85.55% from 255) = 42.33%
R=37.67%
G=20%
B=42.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1941032180.110.5300.15287.4860.8562.94
HexC267DAB350F11f3d3f
Octal30214733213650174377577
Binary11000010110011111011010101111010101111100011111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C267DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C267DA; }

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

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

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

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

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

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

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

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