#C467DA

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

Shades of Medium Orchid #C467DA

Tints of Medium Orchid #C467DA

Color information

#C467DA (or 0xC467DA) is unknown color: approx Medium Orchid. HEX triplet: C4, 67 and DA. RGB value is (196,103,218). Sum of RGB (Red+Green+Blue) = 196+103+218=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 103 (40.62% from 255 or 19.92% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #C467DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C467DA is #3B9825. Grayscale: #8F8F8F. Windows color (decimal): -3905574 or 14313412. OLE color: 14313412.

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

Color convert

RGB196103218-
CMYK0.100.5300.15
HSL288.52º60.85%62.94%-
HSV(B)288.52º52.75%85.49%-
XYZ40.2726.569.32-
YUV143.92169.81165.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.91%
GREEN value IS 103 (40.62% from 255) = 19.92%
BLUE value IS 218 (85.55% from 255) = 42.17%
R=37.91%
G=19.92%
B=42.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1961032180.100.5300.15288.5260.8562.94
HexC467DAA350F1213d3f
Octal30414733212650174417577
Binary11000100110011111011010101011010101111100100001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C467DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C467DA; }

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

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

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

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

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

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

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

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